diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-05-29 01:20:45 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-05-29 01:20:45 +0000 |
commit | e07e9948e3071a8a12d05a1f9c284544f8955ad4 (patch) | |
tree | c384e011682b55a469a59e9448ece7cff2be5d2b /sys/arch/powerpc/conf/RAMDISK | |
parent | f10250830efbc5629cd45e21caff60f08b8158e1 (diff) |
Hardware clock support, via adb.
This reduces the dependancy on openfirmware somewhat.
Since Openfirmware is not actually used for anything,
it is no longer necessary to configure it. so several lines of
useless dmesg are now gone.
This does not have clock setting code enabled yet.
All of the code is in place, but needs further testing before
it is trusted.
I wish Apple would store UTC not localtime in the hardware clock,
besides the fact that the clock base is 1904.
Need to keep the clock sane for dual boot machines.
Diffstat (limited to 'sys/arch/powerpc/conf/RAMDISK')
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index faa5c1cc0b9..9344bf2d142 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.20 2001/05/17 00:57:58 pvalchev Exp $ +# $OpenBSD: RAMDISK,v 1.21 2001/05/29 01:20:43 drahn Exp $ # # PPC GENERIC config file # @@ -40,8 +40,8 @@ config bsd root on rd0a swap on rd0b mainbus0 at root cpu* at mainbus0 -ofroot* at mainbus0 mpcpcibr* at mainbus0 # MPC106 PCI Bridge. +memc* at mainbus0 pchb* at pci? # host bridge identifiers #### PCI Bus devices. @@ -158,14 +158,6 @@ cd* at scsibus? target ? lun ? #ss* at scsibus? target ? lun ? #uk* at scsibus? target ? lun ? -#### openfirmware devices -# mostly unused currently -ofbus* at openfirm? -ofrtc* at openfirm? -#ofdisk* at openfirm? # used for floppy support -#ofnet* at openfirm? -ofcons* at openfirm? - pseudo-device loop 1 # network loopback pseudo-device pty 64 # pseudo-terminals #pseudo-device ccd 4 # concatenated disk devices |