diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-30 22:19:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-30 22:19:30 +0000 |
commit | b3b4491bb8467522dae59c318c9c6d446852fe93 (patch) | |
tree | cf14e984df47849abf8921e45dac8a648cf799f5 /sys/arch/sparc64/conf | |
parent | 3090973e0108981c2abc57cf5113b99fdc36382f (diff) |
we can fit ehci & pci verbose. Much nicer.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 89beb4891a5..6f0e0be6132 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.54 2006/08/17 19:24:55 brad Exp $ +# $OpenBSD: RAMDISK,v 1.55 2006/08/30 22:19:29 deraadt Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -9,6 +9,9 @@ maxusers 2 option RAMDISK_HOOKS option MINIROOTSIZE=6144 +option PCIVERBOSE +#option USBVERBOSE + #option DDB # need this to see what's happening option TIMEZONE=0 # time zone to adjust RTC time by @@ -149,10 +152,12 @@ ukphy* at mii? # Unknown PHYs # PCI USB Controllers ohci* at pci? # Open Host Controller uhci* at pci? # Universal Host Controller (Intel) +ehci* at pci? # Enhanced Host Controller # USB bus support usb* at ohci? usb* at uhci? +usb* at ehci? # USB devices uhub* at usb? # USB Hubs |