diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-06 07:27:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-06 07:27:44 +0000 |
commit | 2303e703bf92cae6d198befa649f103275fa4606 (patch) | |
tree | 4158944d512d1b9529f82d09d32036155ac1faca /sys/arch/sparc64/conf/RAMDISK | |
parent | c7f8d23312c14ad4ba557a3597b7d7397f045991 (diff) |
Add sbbc(4), a driver for the BootBus controller on Serengeti and StarCat
systems that provides time of day services and (in the future) console
services.
Diffstat (limited to 'sys/arch/sparc64/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 4d0a0bdae68..bf516126db9 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.73 2008/07/01 04:50:59 brad Exp $ +# $OpenBSD: RAMDISK,v 1.74 2008/07/06 07:27:43 kettenis Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -63,6 +63,7 @@ ppb* at pci? ebus* at mainbus0 ebus* at pci? vbus0 at mainbus0 +sbbc* at pci? # PCI Ethernet hme* at pci? # Sun Happy Meal 10/100 |