diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-17 15:34:52 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-17 15:34:52 +0000 |
commit | 96a515f62608c4c3aabb36523b73718b08287a2d (patch) | |
tree | dea5160bce3690a2b93ddecf21a67e88cdbb665c /sys/arch/macppc | |
parent | c27065639ed53ac1e1e48527fe136333da855801 (diff) |
Enable DMA for wdc_obio devices. This was the mode in which the recent
wdc_obio changes were tested, however this file was not commited to
renable DMA for those devices.
Minor missing item on the adb mouse, add it to mux 0.
Muxing is still disabled, but this was missing.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index e579663557d..6a022a077a8 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.2 2001/09/16 03:19:30 drahn Exp $ +# $OpenBSD: GENERIC,v 1.3 2001/09/17 15:34:51 drahn Exp $ # # PPC GENERIC config file # @@ -91,7 +91,7 @@ akbd* at adb? # ADB keyboard wskbd* at akbd? console ? ams* at adb? # ADB mouse -wsmouse* at ams? +wsmouse* at ams? mux 0 abtn* at adb? # ADB button? #zsc* at macobio? #zstty* at zsc? channel ? @@ -110,7 +110,7 @@ scsibus* at iopsp? #scsibus* at pcscp? scsibus* at siop? -wdc* at macobio? flags 0x0 +wdc* at macobio? flags 0x1 wd* at wdc? drive ? flags 0x0000 wd* at pciide? drive ? flags 0x0000 atapiscsi* at wdc? channel ? flags 0x0000 |