Alphabetical order.
This commit is contained in:
parent
a08a363b0d
commit
43b03eea5b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: OMSAL400,v 1.6 2006/06/26 16:20:50 kiyohara Exp $
|
||||
# $NetBSD: OMSAL400,v 1.7 2006/07/29 19:02:28 kiyohara Exp $
|
||||
#
|
||||
# Kernel config for the Open Micro Server AL400.
|
||||
|
||||
|
@ -25,9 +25,9 @@ aupsc* at aubus? addr ?
|
|||
# SMBus
|
||||
ausmbus0 at aupsc0
|
||||
iic0 at ausmbus0
|
||||
lmtemp* at iic0 addr 0x48 flags 0x0002 # LM77 temperature sensor
|
||||
r2025rtc* at iic0 addr 0x32 # R2025S RTC
|
||||
seeprom* at iic0 addr 0x50 size 4096 # Serial EEPROM AT24C04
|
||||
lmtemp* at iic0 addr 0x48 flags 0x0002 # LM77 temperature sensor
|
||||
|
||||
# Alchemy On-chip PCI
|
||||
aupci* at aubus? addr ?
|
||||
|
@ -39,12 +39,12 @@ ehci* at pci? dev ? function ? # Enhanced Host Controller
|
|||
ohci* at pci? dev ? function ? # Open Host Controller
|
||||
|
||||
# MII
|
||||
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
||||
igphy* at mii? phy ? # Intel IGP01E1000
|
||||
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
||||
|
||||
# USB
|
||||
usb* at ohci?
|
||||
usb* at ehci?
|
||||
usb* at ohci?
|
||||
|
||||
# Alchemy On-chip PCMCIA
|
||||
aupcmcia* at aubus? addr ?
|
||||
|
|
Loading…
Reference in New Issue