Via EPIA 800Mhz

Pranav A. Desai pdesai1 at cs.uh.edu
Tue Oct 28 13:39:39 PST 2003


I have the same options in the kernel config ... it still does the same
thing :( ... now I am certain I am doing something wrong ... I think I
will the GENERIC kernel config and see if that works ...

Thanks for your help
-Pranav

*******************************************************************
Pranav A. Desai


On Tue, 28 Oct 2003, J. Seth Henry wrote:

> >Hi!
> >
> >=A0 Does anyone know if the Via EPIA 800MHz is supported in any version =
of
> >freebsd. I tried it with 4.6.2 and it reboots as soon as kernel loads.
> >Or do I need to enable any specific options in the kernel config.
> >
> >It has the following CPU-
> >VIA C3 800 E-Series processor, 800 MHz
> >
> >I would appreciate any kind of help.
> >
> >Thanks
> >
> >*******************************************************************
> > Pranav A. Desai
>
> Yes, it does. My ipfilter/NAT machine is running 4.8-REL on a 933MHz EPIA
> board, and I have an X terminal running 4.8-REL on a 800MHz EPIA board.
>
> I use the following kernel configuration (for the X terminal):
>
> # Kernel configuration for gearbox (4/25/2003) working copy
>
> machine=09=09i386
> cpu=09=09I686_CPU
> ident=09=09gearbox
> maxusers=090
>
> options =09INET=09=09=09#InterNETworking
> #options=09=09INET6=09=09=09#IPv6 Communications Protocols
> options=09=09FFS=09=09=09#Berkeley Fast Filesystem
> options =09FFS_ROOT=09=09#FFS usable as root device [keep this!]
> options =09SOFTUPDATES=09=09#Enable FFS soft updates support
> options =09MFS=09=09=09#Memory Filesystem
> options =09MD_ROOT=09=09=09#MD is a potential root device
> options =09MSDOSFS=09=09=09#MSDOS Filesystem
> options =09CD9660=09=09=09#ISO 9660 Filesystem
> options =09CD9660_ROOT=09=09#CD-ROM usable as root, CD9660 required
> options =09PROCFS=09=09=09#Process filesystem
> options =09COMPAT_43=09=09#Compatible with BSD 4.3 [KEEP THIS!]
> options =09SCSI_DELAY=3D1000=09=09#Delay (in ms) before probing SCSI
> options =09UCONSOLE=09=09#Allow users to grab the console
> options =09USERCONFIG=09=09#boot -c editor
> options =09VISUAL_USERCONFIG=09#visual boot -c editor
> options =09KTRACE=09=09=09#ktrace(1) support
> options =09SYSVSHM=09=09=09#SYSV-style shared memory
> options =09SYSVMSG=09=09=09#SYSV-style message queues
> options =09SYSVSEM=09=09=09#SYSV-style semaphores
> options =09P1003_1B=09=09#Posix P1003_1B real-time extensions
> options =09_KPOSIX_PRIORITY_SCHEDULING
> options=09=09ICMP_BANDLIM=09=09#Rate limit bad replies
> options =09KBD_INSTALL_CDEV=09# install a CDEV entry in /dev
> options=09=09QUOTA
> options=09=09SUIDDIR
> options=09=09NO_F00F_HACK
> options=09=09DDB_UNATTENDED
>
> device=09=09isa
> device=09=09eisa
> device=09=09pci
>
> # Floppy drives
> #device=09=09fdc0=09at isa? port IO_FD1 irq 6 drq 2
> #device=09=09fd0=09at fdc0 drive 0
> #device=09=09fd1=09at fdc0 drive 1
>
> # ATA and ATAPI devices
> device=09=09ata
> device=09=09atadisk=09=09=09# ATA disk drives
> device=09=09atapicd=09=09=09# ATAPI CDROM drives
> #device=09=09atapifd=09=09=09# ATAPI floppy drives
> #device=09=09atapist=09=09=09# ATAPI tape drives
> options =09ATA_STATIC_ID=09=09#Static device numbering
>
> # SCSI Controllers
> #device=09=09ahc=09=09# AHA2940 and onboard AIC7xxx devices
> #device=09=09sym=09=09# NCR/Symbios Logic device
>
> # SCSI peripherals
> device=09=09scbus=09=09# SCSI bus (required)
> device=09=09da=09=09# Direct Access (disks)
> #device=09=09sa=09=09# Sequential Access (tape etc)
> device=09=09cd=09=09# CD
> device=09=09pass=09=09# Passthrough device (direct SCSI access)
>
> # atkbdc0 controls both the keyboard and the PS/2 mouse
> device=09=09atkbdc0=09at isa? port IO_KBD
> device=09=09atkbd0=09at atkbdc? irq 1 flags 0x1
> device=09=09psm0=09at atkbdc? irq 12
> device=09=09vga0=09at isa?
>
> # splash screen/screen saver
> pseudo-device=09splash
>
> # syscons is the default console driver, resembling an SCO console
> device=09=09sc0=09at isa? flags 0x100
>
> # Floating point support - do not disable.
> device=09=09npx0=09at nexus? port IO_NPX irq 13
>
> # Power management support (see LINT for more options)
> #device=09=09apm0    at nexus? disable flags 0x20 # Advanced Power Manage=
ment
>
> # Serial (COM) ports
> device=09=09sio0=09at isa? port IO_COM1 irq 4
> device=09=09sio1=09at isa? port IO_COM2 flags 0x10 irq 3
>
> # Parallel port
> device=09=09ppc0=09at isa? irq 7
> device=09=09ppbus=09=09# Parallel port bus (required)
> device=09=09lpt=09=09# Printer
> device=09=09plip=09=09# TCP/IP over parallel
> device=09=09ppi=09=09# Parallel port interface device
> #device=09=09vpo=09=09# Requires scbus and da
>
>
> # PCI Ethernet NICs.
> device=09=09miibus
> device=09=09vr=09=09# Intel EtherExpress PRO/100B (82557, 82558)
>
> # Pseudo devices - the number indicates how many units to allocate.
> pseudo-device=09loop=09=09# Network loopback
> pseudo-device=09ether=09=09# Ethernet support
> pseudo-device=09sl=091=09# Kernel SLIP
> #pseudo-device=09ppp=091=09# Kernel PPP
> #pseudo-device=09tun=09=09# Packet tunnel.
> pseudo-device=09pty=09=09# Pseudo-ttys (telnet etc)
> pseudo-device=09md=09=09# Memory "disks"
> pseudo-device=09gif=094=09# IPv6 and IPv4 tunneling
> pseudo-device=09faith=091=09# IPv6-to-IPv4 relaying (translation)
>
> # The `bpf' pseudo-device enables the Berkeley Packet Filter.
> # Be aware of the administrative consequences of enabling this!
> pseudo-device=09bpf=09=09#Berkeley packet filter
>
> # USB support
> device=09=09uhci=09=09# UHCI PCI->USB interface
> device=09=09ohci=09=09# OHCI PCI->USB interface
> device=09=09usb=09=09# USB Bus (required)
> device=09=09ugen=09=09# Generic
> device=09=09uhid=09=09# "Human Interface Devices"
> device=09=09ukbd=09=09# Keyboard
> device=09=09ulpt=09=09# Printer
> device=09=09umass=09=09# Disks/Mass storage - Requires scbus and da
> device=09=09ums=09=09# Mouse
> device=09=09uscanner=09# Scanners
> device          ucom
> device          uplcom
> device          uvscom
> device          uvisor
> device          uftdi
>
> # Sound Support
> device=09=09pcm
> device=09=09joy0=09at isa? port IO_GAME
>
> Regards,
> Seth Henry
>



More information about the freebsd-questions mailing list