summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2009-02-07 00:15:30 +0000
committerwkoszek <wkoszek@FreeBSD.org>2009-02-07 00:15:30 +0000
commit62ae6534058dd97c0a502011b65ee5ef0611bc85 (patch)
tree0c3b25e04fd51b1396d4adbb73181229e0633c71
parentd6333de7416fbfd63aacba1daba9450f23d78fda (diff)
downloadFreeBSD-src-62ae6534058dd97c0a502011b65ee5ef0611bc85.zip
FreeBSD-src-62ae6534058dd97c0a502011b65ee5ef0611bc85.tar.gz
Tidy NOTES a bit:
- ath(4) is the last listed device, so make it's comment last as well - since we have hints for le(4), bring it back by inserting commented out line until I check, if it can be safely enabled. - bring snc(4) explanation - put pmtimer comment together with other drivers' comments in a block - bring comments for canbus, canbepm, pmc olpt comment has been left blank, since I don't know how does this driver differ from other printer drivers.
-rw-r--r--sys/pc98/conf/NOTES17
1 files changed, 14 insertions, 3 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index b877dfe..4a7b26e 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -271,6 +271,9 @@ device isa
# BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to
# reset the CPU for reboot. This is needed on some systems with broken
# keyboard controllers.
+#
+# EPSON_BOUNCEDMA: XXX
+# EPSON_MEMWIN: XXX
options AUTO_EOI_1
@@ -368,7 +371,6 @@ hint.mse.0.irq="13"
# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
# (requires sppp)
-# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
# ce: Cronyx Tau-PCI/32 sync single/dual port G.703/E1 serial adaptor
# with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if
# NETGRAPH_CRONYX is configured)
@@ -382,10 +384,13 @@ hint.mse.0.irq="13"
# (requires miibus)
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
# Intel EtherExpress
+# le: AMD Am7900 LANCE and Am79C9xx ILACC/PCnet Ethernet interface driver
# ral: Ralink Technology IEEE 802.11 wireless adapter
# sbni: Granch SBNI12-xx ISA and PCI adapters
+# snc: National Semiconductor DP8393X SONIC Ethernet adapter driver
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter
+# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
# Order for ISA/EISA devices is important here
@@ -403,6 +408,7 @@ hint.ie.2.at="isa"
hint.ie.2.port="0x300"
hint.ie.2.irq="5"
hint.ie.2.maddr="0xd0000"
+#device le
# Hint for the PC98-only C-NET(98)S C-bus front-end of le(4).
hint.le.0.at="isa"
hint.le.0.port="0x03d0"
@@ -464,8 +470,13 @@ options SAFE_RNDTEST # enable rndtest support
# Miscellaneous hardware:
#
# apm: Laptop Advanced Power Management (experimental)
+# canbus: CanBe I/O Bus
+# canbepm: CanBe Power Management Controller
+# olpt: XXX
+# pmc: Power Management Controller of NEC PC-98Note
# pmtimer: Timer device driver for power management events (APM or ACPI)
-
+# Adjusts system timer at wakeup time
+#
# Notes on APM
# The flags takes the following meaning for apm0:
# 0x0020 Statclock is broken.
@@ -480,7 +491,7 @@ hint.olpt.0.port="0x040"
device pmc
hint.pmc.0.at="isa"
hint.pmc.0.port="0x8f0"
-device pmtimer # Adjust system timer at wakeup time
+device pmtimer
#
# Laptop/Notebook options:
OpenPOWER on IntegriCloud