Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > lucky.openbsd.tech

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-22-2008, 12:39 PM
Sheda
 
Posts: n/a
Default undefined reference to `emul_linux_elf'

Hi,

I'm trying to use the compat_linux(8) on my OpenBSD 3.9/amd64 box. The
documentation isn't clear for me : is it supported on amd64, or is it
only supported on i386 ? As the amd64 is able to emulate i386 32bits
instructions set...

I get a linking problem using -release (from src.tar.gz found on CD), so
I've upgraded to -stable (cvs up in /usr/src ; see attachment cvsrc).
The problem is still the same.
The compilation of GENERIC is ok. To enable compat_linux, I just enabled
the option COMPAT_LINUX in a new configuration file
sys/arch/amd64/conf/GENERIC.COMPAT :

$ pwd
/usr/src/sys/arch/amd64/conf
$ diff -u GENERIC GENERIC.COMPAT

--- GENERIC Sun Feb 26 03:49:28 2006
+++ GENERIC.COMPAT Wed Aug 16 18:06:17 2006
@@ -25,7 +25,7 @@

#option COMPAT_SVR4 # binary compatibility with SVR4
#option COMPAT_IBCS2 # binary compatibility with SCO
and ISC
-#option COMPAT_LINUX # binary compatibility with Linux
+option COMPAT_LINUX # binary compatibility with Linux
#option COMPAT_FREEBSD # binary compatibility with FreeBSD
#option COMPAT_BSDOS # binary compatibility with BSD/OS
#option COMPAT_AOUT # a.out binaries are emulated

And then rebuild using the config GENERIC.COMPAT (config GENERIC.COMPAT
; cd ../compile/GENERIC.COMPAT ; make clean make depend ; make). Here
is the result :

mkdir -p /usr/src/sys/arch/amd64/compile/GENERIC.COMPAT/lib/kern
making sure the kern library is up to date...
`libkern.o' is up to date.
making sure the compat library is up to date...
`libcompat.a' is up to date.
sh
/usr/src/sys/arch/amd64/compile/GENERIC.COMPAT/../../../../conf/newvers.sh
cc -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-uninitialized -
Wno-format -Wno-main -Wno-sign-compare -mcmodel=kernel -mno-red-zone
-fno-strict
-aliasing -mno-sse2 -mno-sse -mno-3dnow -mno-mmx -msoft-float
-fno-builtin-pri
ntf -fno-builtin-log -fno-omit-frame-pointer -O2 -pipe -nostdinc -I.
-I/usr/src/
sys/arch/amd64/compile/GENERIC.COMPAT/../../../../arch
-I/usr/src/sys/arch/amd64
/compile/GENERIC.COMPAT/../../../.. -DDDB -DDIAGNOSTIC -DKTRACE
-DACCOUNTING -DK
MEMSTATS -DPTRACE -DCRYPTO -DSYSVMSG -DSYSVSEM -DSYSVSHM
-DUVM_SWAP_ENCRYPT -DCO
MPAT_35 -DCOMPAT_43 -DLKM -DFFS -DFFS_SOFTUPDATES -DUFS_DIRHASH -DQUOTA
-DEXT2FS
-DMFS -DXFS -DTCP_SACK -DTCP_ECN -DTCP_SIGNATURE -DNFSCLIENT
-DNFSSERVER -DCD96
60 -DUDF -DMSDOSFS -DFIFO -DPORTAL -DINET -DALTQ -DINET6 -DIPSEC
-DPPP_BSDCOMP -
DPPP_DEFLATE -DMROUTING -DBOOT_CONFIG -DUSER_PCICONF -DAPERTURE
-DCOMPAT_LINUX -
DPCIVERBOSE -DUSBVERBOSE -DWSDISPLAY_COMPAT_USL
-DWSDISPLAY_COMPAT_RAWKBD -DWSDI
SPLAY_DEFAULTSCREENS="6" -DWSDISPLAY_COMPAT_PCVT -D_KERNEL -Damd64
-Dx86_64 -c
vers.crm -f bsd
ld -Ttext 0xffffffff801001e0 -e start -X -S -x -o bsd ${SYSTEM_OBJ} vers.o
exec_conf.o(.data+0x38): undefined reference to `exec_linux_aout_makecmds'
exec_conf.o(.data+0x40): undefined reference to `emul_linux_aout'
exec_conf.o(.data+0x50): undefined reference to `exec_linux_elf32_makecmds'
exec_conf.o(.data+0x58): undefined reference to `emul_linux_elf'
exec_elf64.o(.data+0x0): undefined reference to `linux_elf_probe'
*** Error code 1

Stop in /usr/src/sys/arch/amd64/compile/GENERIC.COMPAT (line 524 of
Makefile).

I can't seen any object files in sys/compat/linux.

Any help would be appriciated

sheda.
cvs -q -danoncvs@anoncvs.skyrock.com:/cvs/openbsd
diff -up
update -rOPENBSD_3_9 -Pd
checkout -rOPENBSD_3_9 -P
OpenBSD 3.9 (GENERIC) #0: Fri Aug 11 20:34:35 CEST 2006
root@stephaner.netasq.com:/usr/src/sys/arch/amd64/compile/GENERIC
real mem = 1072164864 (1047036K)
avail mem = 907567104 (886296K)
using 22937 buffers containing 107425792 bytes (104908K) of memory
mainbus0 (root)
cpu0 at mainbus0: (uniprocessor)
cpu0: AMD Athlon(tm) 64 Processor 3200+, 2000.36 MHz
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,P GE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE 3,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache
cpu0: ITLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu0: DTLB 32 4KB entries fully associative, 8 4MB entries fully associative
pci0 at mainbus0 bus 0: configuration mode 1
pchb0 at pci0 dev 0 function 0 "VIA K8T890 Host" rev 0x00
pchb1 at pci0 dev 0 function 1 "VIA K8T890 Host" rev 0x00
pchb2 at pci0 dev 0 function 2 "VIA K8T890 Host" rev 0x00
pchb3 at pci0 dev 0 function 3 "VIA K8T890 Host" rev 0x00
pchb4 at pci0 dev 0 function 4 "VIA K8T890 Host" rev 0x00
"VIA K8T890 IOAPIC" rev 0x00 at pci0 dev 0 function 5 not configured
pchb5 at pci0 dev 0 function 7 "VIA K8T890 Host" rev 0x00
ppb0 at pci0 dev 1 function 0 "VIA K8HTB AGP" rev 0x00
pci1 at ppb0 bus 1
ppb1 at pci0 dev 2 function 0 "VIA K8T890 PCI-PCI" rev 0x00
pci2 at ppb1 bus 2
vga1 at pci2 dev 0 function 0 vendor "ATI", unknown product 0x5b63 rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
vendor "ATI", unknown product 0x5b73 (class display subclass miscellaneous, rev 0x00) at pci2 dev 0 function 1 not configured
ppb2 at pci0 dev 3 function 0 "VIA K8T890 PCI-PCI" rev 0x00
pci3 at ppb2 bus 3
ppb3 at pci0 dev 3 function 1 "VIA K8T890 PCI-PCI" rev 0x00
pci4 at ppb3 bus 4
ppb4 at pci0 dev 3 function 2 "VIA K8T890 PCI-PCI" rev 0x00
pci5 at ppb4 bus 5
skc0 at pci5 dev 0 function 0 "Marvell Yukon 88E8053" rev 0x19, Marvell Yukon-2 EC rev. A3 (0x2): irq 11
sk port A at skc0 not configured
ppb5 at pci0 dev 3 function 3 "VIA K8T890 PCI-PCI" rev 0x00
pci6 at ppb5 bus 6
ppb6 at pci0 dev 11 function 0 "DEC 21152 PCI-PCI" rev 0x03
pci7 at ppb6 bus 7
fxp0 at pci7 dev 4 function 0 "Intel 8255x" rev 0x05, i82558: irq 3, address 00:03:47:08:6d:09
inphy0 at fxp0 phy 1: i82555 10/100 PHY, rev. 0
fxp1 at pci7 dev 5 function 0 "Intel 8255x" rev 0x05, i82558: irq 5, address 00:03:47:08:6d:0a
inphy1 at fxp1 phy 1: i82555 10/100 PHY, rev. 0
pciide0 at pci0 dev 15 function 0 "VIA VT6420 SATA" rev 0x80: DMA
pciide0: using irq 11 for native-PCI interrupt
wd0 at pciide0 channel 0 drive 0: <Maxtor 6V080E0>
wd0: 16-sector PIO, LBA48, 78167MB, 160086528 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
pciide1 at pci0 dev 15 function 1 "VIA VT82C571 IDE" rev 0x06: DMA, channel 0 configured to compatibility, channel 1 configured to compatibility
atapiscsi0 at pciide1 channel 0 drive 1
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <HL-DT-ST, DVD-ROM GDR8164B, 0L06> SCSI0 5/cdrom removable
cd0(pciide1:0:1): using PIO mode 4, DMA mode 2
pciide1: channel 1 disabled (no drives)
uhci0 at pci0 dev 16 function 0 "VIA VT83C572 USB" rev 0x81pci_intr_map: no mapping for pin A (line=ff)
: couldn't map interrupt
uhci1 at pci0 dev 16 function 1 "VIA VT83C572 USB" rev 0x81pci_intr_map: no mapping for pin A (line=ff)
: couldn't map interrupt
uhci2 at pci0 dev 16 function 2 "VIA VT83C572 USB" rev 0x81pci_intr_map: no mapping for pin B (line=ff)
: couldn't map interrupt
uhci3 at pci0 dev 16 function 3 "VIA VT83C572 USB" rev 0x81pci_intr_map: no mapping for pin B (line=ff)
: couldn't map interrupt
ehci0 at pci0 dev 16 function 4 "VIA VT6202 USB" rev 0x86pci_intr_map: no mapping for pin C (line=ff)
: couldn't map interrupt
viapm0 at pci0 dev 17 function 0 "VIA VT8237 ISA" rev 0x00
iic0 at viapm0
auvia0 at pci0 dev 17 function 5 "VIA VT8233 AC97" rev 0x60: irq 11
ac97: codec id 0x414c4790 (Avance Logic ALC850)
audio0 at auvia0
pchb6 at pci0 dev 24 function 0 "AMD AMD64 HyperTransport" rev 0x00
pchb7 at pci0 dev 24 function 1 "AMD AMD64 Address Map" rev 0x00
pchb8 at pci0 dev 24 function 2 "AMD AMD64 DRAM Cfg" rev 0x00
pchb9 at pci0 dev 24 function 3 "AMD AMD64 Misc Cfg" rev 0x00
isa0 at mainbus0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pmsi0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pmsi0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
lm0 at isa0 port 0x290/8: unknown Winbond chip (ID 0xa1)
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
# $OpenBSD: GENERIC,v 1.114 2006/02/26 02:49:28 marco Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page. For further information about kernel options
# for this architecture, see the options(4) man page. For an explanation
# of each device driver in this file see the section 4 man page for the
# device.

machine amd64
include "../../../conf/GENERIC"
maxusers 32 # estimated number of users

option USER_PCICONF # user-space PCI configuration

#option VM86 # Virtual 8086 emulation
#option USER_LDT # user-settable LDT; see i386_set_ldt(2)
option APERTURE # in-kernel aperture driver for XFree86
#option MTRR # CPU memory range attributes control

#option KGDB # Remote debugger support; exclusive of DDB
#option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=960 0

#option COMPAT_SVR4 # binary compatibility with SVR4
#option COMPAT_IBCS2 # binary compatibility with SCO and ISC
option COMPAT_LINUX # binary compatibility with Linux
#option COMPAT_FREEBSD # binary compatibility with FreeBSD
#option COMPAT_BSDOS # binary compatibility with BSD/OS
#option COMPAT_AOUT # a.out binaries are emulated
#option PROCFS # /proc

#option NTFS # Experimental NTFS support

config bsd swap generic

mainbus0 at root

cpu0 at mainbus?
isa0 at mainbus0
isa0 at pcib?
pci* at mainbus0

#option ACPIVERBOSE
#option ACPI_ENABLE

#acpi0 at mainbus?
#acpitimer* at acpi?
#hpet* at acpi?
#acpiac* at acpi?
#acpibat* at acpi?
#acpibtn* at acpi?
#acpicpu* at acpi?

ipmi0 at mainbus? # IPMI

option PCIVERBOSE
option USBVERBOSE

pchb* at pci? # PCI-Host bridges
ppb* at pci? # PCI-PCI bridges
pci* at ppb?
pci* at pchb?
pcib* at pci? # PCI-ISA bridge

# National Semiconductor LM7[89] and compatible hardware monitors
lm0 at isa? port 0x290
#lm1 at isa? port 0x280
#lm2 at isa? port 0x310

it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware
# monitors
viaenv* at pci? # VIA VT82C686A hardware monitor
#viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O
#viasio* at isa? port 0x4e flags 0x0000

piixpm* at pci? # Intel PIIX PM
iic* at piixpm?
ichiic* at pci? # Intel ICH SMBus controller
iic* at ichiic?
viapm* at pci? # VIA VT8237 power management
iic* at viapm?
amdiic* at pci? # AMD-8111 SMBus controller
iic* at amdiic?
nviic* at pci? # NVIDIA nForce2/3/4 SMBus controller
iic* at nviic?
amdpm* at pci? # AMD-7xx/8111 and NForce SMBus controller
iic* at amdpm?

adc* at iic? # Analog Devices AD7416/AD7417/7418
admtemp* at iic? # Analog Devices ADM1021
admlc* at iic? # Analog Devices ADM1024
admtm* at iic? # Analog Devices ADM1025
admcts* at iic? # Analog Devices ADM1026
admtmp* at iic? # Analog Devices ADM1030
admtt* at iic? # Analog Devices ADM1031
adt* at iic? # Analog Devices ADT7460
lm* at iic? # LM78/79 and clones
lmenv* at iic? # National Semiconductor LM87
lmtemp* at iic? # NS LM75/LM77 temperature sensor
maxds* at iic? # Maxim DS1631
maxtmp* at iic? # Maxim MAX6642/MAX6690

#option PCMCIAVERBOSE

# PCI PCMCIA controllers
#pcic* at pci?

# PCMCIA bus support
#pcmcia* at pcic?

# CardBus bus support
cbb* at pci?
cardslot* at cbb?
cardbus* at cardslot?
pcmcia* at cardslot?

# USB Controllers
ehci* at pci? # Enhanced Host Controller
ehci* at cardbus? # Enhanced Host Controller
uhci* at pci? # Universal Host Controller (Intel)
ohci* at pci? # Open Host Controller
ohci* at cardbus? # Open Host Controller

# USB bus support
usb* at ehci?
usb* at uhci?
usb* at ohci?

# USB devices
uhub* at usb? # USB Hubs
uhub* at uhub? # USB Hubs
umodem* at uhub? # USB Modems/Serial
ucom* at umodem?
uvisor* at uhub? # Handspring Visor
ucom* at uvisor?
uvscom* at uhub? # SUNTAC Slipper U VS-10U serial
ucom* at uvscom?
ubsa* at uhub? # Belkin serial adapter
ucom* at ubsa?
uftdi* at uhub? # FTDI FT8U100AX serial adapter
ucom* at uftdi?
uplcom* at uhub? # I/O DATA USB-RSAQ2 serial adapter
ucom* at uplcom?
umct* at uhub? # MCT USB-RS232 serial adapter
ucom* at umct?
uipaq* at uhub? # iPAQ serial adapter
ucom* at uipaq?
uaudio* at uhub? # USB Audio
audio* at uaudio?
umidi* at uhub? # USB MIDI
midi* at umidi?
ulpt* at uhub? # USB Printers
umass* at uhub? # USB Mass Storage devices
scsibus* at umass?
atapiscsi* at umass?
uhidev* at uhub? # Human Interface Devices
ums* at uhidev? # USB mouse
wsmouse* at ums? mux 0
ukbd* at uhidev? # USB keyboard
wskbd* at ukbd? mux 1
uhid* at uhidev? # USB generic HID support
aue* at uhub? # ADMtek AN986 Pegasus Ethernet
atu* at uhub? # Atmel AT76c50x based 802.11b
axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
cue* at uhub? # CATC USB-EL1201A based Ethernet
kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet
cdce* at uhub? # CDC Ethernet
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
url* at uhub? # Realtek RTL8150L based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
urio* at uhub? # Diamond Multimedia Rio 500
uscanner* at uhub? # USB Scanners
usscanner* at uhub? # USB SCSI scanners, e.g., HP5300
scsibus* at usscanner?
#uyap* at uhub? # Y@P firmware loader
udsbr* at uhub? # D-Link DSB-R100 radio
radio* at udsbr? # USB radio
#ubt* at uhub? # USB Bluetooth
ugen* at uhub? # USB Generic driver
ural* at uhub? # Ralink RT2500

puc* at pci? # PCI "universal" communication device

isadma0 at isa?

option WSDISPLAY_COMPAT_USL # VT handling
option WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes; needed for X11
option WSDISPLAY_DEFAULTSCREENS=6 # initial number of text consoles
option WSDISPLAY_COMPAT_PCVT # emulate some ioctls; needed for X11

pckbc0 at isa? # PC keyboard controller
pckbd* at pckbc? # PC keyboard
pms* at pckbc? # PS/2 mouse for wsmouse
pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
vga0 at isa?
vga* at pci?
wsdisplay* at vga?
wskbd* at pckbd? mux 1
wsmouse* at pms? mux 0
wsmouse* at pmsi? mux 0

pcppi0 at isa?

com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
com1 at isa? port 0x2f8 irq 3
#com2 at isa? port 0x3e8 irq 5
#com3 at isa? port 0x2e8 irq 9 # (conflicts with some video cards)

com* at pcmcia? # PCMCIA modems/serial ports
com* at puc?

# options CY_HW_RTS
#cy* at pci? # PCI cyclom serial card
#cz* at pci? # Cyclades-Z multi-port serial boards

lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
#lpt1 at isa? port 0x278
#lpt2 at isa? port 0x3bc
lpt* at puc?

#bha* at pci? # BusLogic [57]4X SCSI controllers
#scsibus* at bha?
ahc* at pci? # Adaptec 2940 SCSI controllers
scsibus* at ahc?
ahd* at pci? # Adaptec 79?? SCSI controllers
scsibus* at ahd?
mpt* at pci? # LSI Fusion-MPT SCSI/Fibre
scsibus* at mpt?
#dpt* at pci? # DPT SmartCache/SmartRAID PCI
#scsibus* at dpt?
gdt* at pci? # ICP Vortex GDT RAID controllers
scsibus* at gdt?
#twe* at pci? # 3ware Escalade RAID controllers
#scsibus* at twe?
#aac* at pci? # Adaptec FSA RAID controllers
#scsibus* at aac?
ami* at pci? # AMI MegaRAID controllers
scsibus* at ami?
#cac* at pci? # Compaq Smart ARRAY [234]* RAID controllers
#scsibus* at cac?
ciss* at pci? # Compaq Smart ARRAY [56]* RAID controllers
scsibus* at ciss?
#iha* at pci? # Initio Ultra/UltraWide SCSI controllers
#scsibus* at iha?
isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel
scsibus* at isp?
aic* at pcmcia? # PCMCIA Adaptec 152[02] SCSI
scsibus* at aic?
#esp* at pcmcia? # PCMCIA based NCR 53C9X SCSI
#scsibus* at esp?
siop* at pci? # NCR 538XX SCSI controllers
scsibus* at siop?
#adv* at pci? # AdvanSys 1200A/B and ULTRA SCSI
#scsibus* at adv?
adw* at pci? # AdvanSys ULTRA WIDE SCSI
scsibus* at adw?
pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI
scsibus* at pcscp?
#trm* at pci? # Tekram DC-3x5U SCSI Controllers
#scsibus* at trm?

sd* at scsibus? # SCSI disk drives
st* at scsibus? # SCSI tape drives
cd* at scsibus? # SCSI CD-ROM drives
ch* at scsibus? # SCSI autochangers
ss* at scsibus? # SCSI scanners
safte* at scsibus? # SCSI accessed fault-tolerant encl
ses* at scsibus? # SCSI enclosure services
uk* at scsibus? # unknown SCSI

fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
#fdc1 at isa? port 0x370
fd* at fdc? flags 0x00

# IDE controllers
pciide* at pci? flags 0x0000

wdc* at pcmcia?

# IDE hard drives
wd* at wdc? flags 0x0000
wd* at pciide? flags 0x0000

# ATAPI<->SCSI
atapiscsi* at wdc?
atapiscsi* at pciide?
scsibus* at atapiscsi?

# Networking devices
lmc* at pci? # Lan Media Corp SSI/T3/HSSI
san* at pci? # Sangoma PCI AFT card
#le* at pci? # PCnet-PCI based ethernet
de* at pci? # DC21X4X-based ethernet
fxp* at pci? # EtherExpress 10/100B ethernet
fxp* at cardbus? # Intel PRO/100 ethernet
#ne* at pci? # NE2000-compat ethernet
ep* at pci? # 3C59x ethernet
ne* at pcmcia? # PCMCIA based NE2000 ethernet
ep* at pcmcia? # PCMCIA based 3C5xx ethernet
sm* at pcmcia? # PCMCIA based sm ethernet
xe* at pcmcia? # Xircom ethernet
#fpa* at pci? # DEC DEFPA FDDI
xl* at pci? # 3C9xx ethernet
xl* at cardbus? # 3C575/3C656 ethernet
rl* at pci? # RealTek 81[23]9 ethernet
rl* at cardbus? # RealTek 81[23]9 ethernet
#mtd* at pci? # Myson MTD800/803/891
epic* at pci? # SMC EPIC/100 ethernet
#tl* at pci? # Compaq Thunderlan ethernet
vr* at pci? # VIA Rhine ethernet
#wb* at pci? # Winbond W89C840F ethernet
#sf* at pci? # Adaptec AIC-6915 ethernet BORKED
sis* at pci? # SiS 900/7016 ethernet
#ste* at pci? # Sundance ST201 ethernet BORKED
pcn* at pci? # AMD PCnet-PCI Ethernet
dc* at pci? # 21143, "tulip" clone ethernet
dc* at cardbus? # 21143, "tulip" clone ethernet
ti* at pci? # Alteon Tigon 1Gb ethernet
skc* at pci? # SysKonnect GEnesis 984x
sk* at skc? # each port of above
em* at pci? # Intel Pro/1000 ethernet
ixgb* at pci? # Intel Pro/10Gb ethernet
txp* at pci? # 3com 3CR990
#nge* at pci? # NS DP83820/DP83821 GigE
bge* at pci? # Broadcom BCM570x (aka Tigon3)
re* at pci? # Realtek 8169/8169S/8110S
stge* at pci? # Sundance TC9021 GigE
#lge* at pci? # Level1 LXT1001 GigE
hme* at pci? # Sun Happy Meal
vge* at pci? # VIA VT612x
nfe* at pci? # NVIDIA nForce Ethernet

# Wireless network cards
ath* at pci? # Atheros AR5k (802.11a/b/g)
ath* at cardbus? # Atheros AR5k (802.11a/b/g)
atw* at pci? # ADMtek ADM8211 (802.11)
atw* at cardbus? # ADMtek ADM8211 (802.11)
wi* at pci? # WaveLAN IEEE 802.11DS
wi* at pcmcia? # WaveLAN IEEE 802.11DS
#awi* at pcmcia? # Bay Networks IEEE 802.11FH
#an* at pci? # Aironet IEEE 802.11DS
an* at pcmcia? # Aironet IEEE 802.11DS
cnw* at pcmcia? # Xircom Netwave
ray* at pcmcia? # Raylink Aviator2.4/Pro 802.11FH
iwi* at pci? # Intel PRO/Wireless 2200BG/2915ABG
ral* at pci? # Ralink RT2500/RT2501/RT2600
ral* at cardbus? # Ralink RT2500/RT2501/RT2600
rtw* at pci? # Realtek 8180
rtw* at cardbus? # Realtek 8180

# Media Independent Interface (mii) drivers
exphy* at mii? # 3Com internal PHYs
inphy* at mii? # Intel 82555 PHYs
iophy* at mii? # Intel 82553 PHYs
icsphy* at mii? # ICS 1890 PHYs
lxtphy* at mii? # Level1 LXT970 PHYs
nsphy* at mii? # NS and compatible PHYs
nsphyter* at mii? # NS and compatible PHYs
qsphy* at mii? # Quality Semi QS6612 PHYs
luphy* at mii? # Lucent LU6612 PHY
sqphy* at mii? # Seeq 8x220 PHYs
rlphy* at mii? # RealTek 8139 internal PHYs
mtdphy* at mii? # Myson MTD972 PHYs
dcphy* at mii? # Digital Clone PHYs
acphy* at mii? # Altima AC101 PHYs
amphy* at mii? # AMD 79C873 PHYs
tqphy* at mii? # TDK 78Q212x PHYs
bmtphy* at mii? # Broadcom 10/100 PHYs
brgphy* at mii? # Broadcom Gigabit PHYs
eephy* at mii? # Marvell 88E1000 series PHY
xmphy* at mii? # XaQti XMAC-II PHYs
nsgphy* at mii? # NS gigabit PHYs
rgephy* at mii? # Realtek 8169S/8110S PHY
urlphy* at mii? # Realtek RTL8150L internal PHY
ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY
ukphy* at mii? # "unknown" PHYs

eap* at pci? # Ensoniq AudioPCI S5016
#eso* at pci? # ESS Solo-1 PCI AudioDrive
#sv* at pci? # S3 SonicVibes (S3 617)
#neo* at pci? # NeoMagic 256AV/ZX
#cmpci* at pci? # C-Media CMI8338/8738
auich* at pci? flags 0x0000 # i82801 ICH AC'97 audio
auixp* at pci? # ATI IXP AC'97 Audio
#autri* at pci? flags 0x0000 # Trident 4D WAVE
auvia* at pci? # VIA VT82C686A
#clcs* at pci? # CS4280 CrystalClear audio
#clct* at pci? # CS4281 CrystalClear audio
#fms* at pci? # Forte Media FM801
#maestro* at pci? # ESS Maestro PCI
#esa* at pci? # ESS Maestro3 PCI
yds* at pci? flags 0x0000 # Yamaha YMF Audio
emu* at pci? # SB Live!

# OPL[23] FM synthesizers
#opl* at eso?
opl* at yds?

# MIDI support
midi* at pcppi? # MIDI interface to the PC speaker
#midi* at opl? # OPL FM synth
#midi* at autri?
midi* at eap?

spkr0 at pcppi? # PC speaker

# Audio Support
audio* at eap?
#audio* at eso?
#audio* at sv?
#audio* at neo?
#audio* at cmpci?
#audio* at clcs?
#audio* at clct?
audio* at auich?
audio* at auixp?
#audio* at autri?
audio* at auvia?
#audio* at fms?
audio* at uaudio?
#audio* at maestro?
#audio* at esa?
audio* at yds?
audio* at emu?

bktr0 at pci?

# FM-Radio devices
#gtp* at pci? # Gemtek/Guillemot Radio PCI Radio Card

# FM-Radio support
#radio* at gtp?
radio* at bktr?

#wdt0 at pci? # Ind Computer Source PCI-WDT50x driver

# crypto support
hifn* at pci? # Hi/fn 7751 crypto card
lofn* at pci? # Hi/fn 6500 crypto card
nofn* at pci? # Hi/fn 7814/7851/7854 crypto card
ubsec* at pci? # Bluesteel Networks 5xxx crypto card
safe* at pci? # SafeNet SafeXcel 1141/1741
#ises* at pci? # Pijnenburg PCC-ISES

# I2O
#iop* at pci? # I2O
#ioprbs* at iop? # Random block storage
#scsibus* at ioprbs?

pseudo-device sequencer 1
#pseudo-device raid 4 # RAIDframe disk driver
pseudo-device bio 1 # ioctl multiplexing device
pseudo-device hotplug 1 # devices hot plugging

# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device crypto 1

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:46 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145