Ian Dowse
db54406364
Regen.
2001-11-23 16:36:28 +00:00
Ian Dowse
5cffab225e
Add Olympus C-1.
2001-11-23 16:35:40 +00:00
Mitsuru IWASAKI
6397624d9b
Validate requested sleep state in acpi_SetSleepState() to avoid reentry
...
during wakeup procedure.
2001-11-23 05:57:03 +00:00
Orion Hodson
21f3068887
Fix typo introduced with last commit.
2001-11-22 23:38:26 +00:00
Mitsuru IWASAKI
dc2183bf5c
Add disabling code via the debug.acpi.disable environment variable.
2001-11-22 17:43:15 +00:00
Max Khon
ea38b939e8
Add driver for Granch SBNI12-xx ISA and PCI network adapters.
...
MFC after: 1 week
2001-11-21 22:29:35 +00:00
Orion Hodson
eb5b9d0b87
Correct extmode initialization.
...
MFC after: 3
2001-11-21 04:26:04 +00:00
Orion Hodson
647fbfebc5
Emit a warning if invalid mode passed to ac97_setextmode.
...
MFC after: 3 days
2001-11-21 04:08:10 +00:00
Orion Hodson
2065c8c619
Set extmode according to extcaps. Fixes codec sample rate failures
...
that causes noisy playback with rates other than 48k (reported by
Olexander Kunytsa).
MFC after: 3 days
2001-11-21 04:06:52 +00:00
Warner Losh
67bac73ca9
Comment out some bogus entries. somehow they match everything, which
...
is bad. I need to correct pccarddev, but I'm not sure how just at the
moment. So I'm firewalling the damage.
2001-11-20 06:18:36 +00:00
Warner Losh
03bfaba97c
Weed out those pccard entries that match everything. These are too
...
dangerous to allow :-)
This should fix the ed1: <PLANEX ... bug.
2001-11-20 06:15:24 +00:00
Munechika SUMIKAWA
9ef912e8ec
Support MELCO LUA2-TX USB ethernet adaptor.
...
Actually this porting supports Pegasus II chip so I guess some other
devices supported by NetBSD also work. But the devices list are not
included because I cannot confirm if they work.
Obtained from: NetBSD
MFC after: 3 weeks
2001-11-19 18:47:49 +00:00
Munechika SUMIKAWA
c9fcd7dde0
Regen.
2001-11-19 18:41:35 +00:00
Munechika SUMIKAWA
b62f13198a
Add Melco LUA2-TX5.
2001-11-19 18:40:17 +00:00
Warner Losh
8529411cad
Add NEWCARD support to awi.
...
Devices obtained from NetBSD (+ zoom air 4000, which I added).
2001-11-19 06:42:11 +00:00
Warner Losh
5bbac2b91d
Update to 1.23 pccarddevs
2001-11-19 06:28:20 +00:00
Warner Losh
d2e623d7ef
Add ZOOM as one of the bgous vendors
2001-11-19 06:27:33 +00:00
Warner Losh
3d3a4bbbe9
Add Linksys Instant Wireless Network PC Card from NetBSD
2001-11-19 05:34:55 +00:00
Warner Losh
eb321069c2
Update to 1.22 pccarddevs
2001-11-19 05:22:46 +00:00
Warner Losh
fec4038832
Nits to make it whitespace compatible with what I'm about to commit to NetBSD
2001-11-19 05:22:28 +00:00
Warner Losh
49fe5a5891
Update to 1.21 pccarddevs
2001-11-19 05:11:50 +00:00
Warner Losh
1f0d8efbc3
Merge NetBSD 1.146: Linksys Instant Wireless Network card.
...
Obtained From: NetBSD
2001-11-19 05:11:35 +00:00
Warner Losh
3ae1e1bed3
Update to 1.20 pccarddevs
2001-11-19 05:04:08 +00:00
Warner Losh
83f4f9209a
Merge NetBSD 1.145: Xircom XE2000
2001-11-19 05:02:55 +00:00
Thomas Moestl
398e05ab1c
1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindings
...
2. Add OF_getprop_alloc(), a helper function that will malloc() a sufficient
amount of memory and then retrieve a property value into it.
Approved by: benno
Obtained from: NetBSD (1)
2001-11-18 20:38:44 +00:00
Mitsuru IWASAKI
6971b3c7d1
Cleanups of verbose printing. All the messages for the debugging is
...
disabled unless verbose flag is set. Also fix some messages in terms
of English.
The critical messages and error messages in probe/attach routine are
unchanged by this commit.
2001-11-18 18:12:07 +00:00
Ian Dowse
56f7305f58
Add the PnP ID for a Rockwell 33.6k modem.
...
PR: kern/23414
Submitted by: Ryuichiro Imura <imura@af.airnet.ne.jp>
MFC after: 1 week
2001-11-18 16:39:09 +00:00
Ian Dowse
55a13f7dd0
Return EOPNOTSUPP for unknown module events.
...
PR: kern/18473
Submitted by: "Jeroen C. van Gelderen" <gelderen@systemics.com>
2001-11-17 00:46:08 +00:00
Warner Losh
247e08d681
Regenerate with 1.19 of pccarddevs
2001-11-16 06:59:27 +00:00
Warner Losh
9022e7256a
Merge in most (hopefully all) of the devices that OpenBSD has that
...
NetBSD/FreeBSD doesn't have listed.
2001-11-16 06:58:47 +00:00
Robert Watson
101823b1a1
'error' is now unused, since its only purpose was to catch the
...
results of suser_td().
2001-11-15 19:42:08 +00:00
Robert Watson
474f15b863
Temporarily disable unloading, as it appears to be broken (read: causes
...
panics)
2001-11-15 19:41:14 +00:00
Robert Watson
ca7779ceca
o Rely on /dev/snp* permissions, rather than using suser() in snpopen()
...
to prevent inappropriate use of the snoop device. This means that,
with appropriate chmod'ing, arbitrary users may make use of the snoop
device.
2001-11-15 19:28:49 +00:00
Jeroen Ruigrok van der Werven
41425f4fac
Remove clkrun_hack for ThinkPad 570.
...
PR: 28031
Submitted by: Tan Koan-Sin <freedom@csie.nctu.edu.tw>
MFC after: 2 weeks
2001-11-15 18:51:08 +00:00
Mitsuru IWASAKI
964679ce58
Fix re-enabling ACPI on wakeup from hibernation. The problem was that
...
acpi_Disable() cleared all GPE events.
Some old ACPI implementaions still need current re-enabling code.
2001-11-15 15:12:08 +00:00
Mitsuru IWASAKI
e0157e3edc
Two minor changes.
...
- Change _ACx sysctl oid from ten of _AC[0-9] to one _ACx.
- Better error printing on _TMP evaluation.
Reviewed by: msmith
2001-11-15 12:00:48 +00:00
Mitsuru IWASAKI
b8670bed9b
Remove "S4B" from sleep_state_names and add "NONE" instead.
...
Now you can say;
# sysctl hw.acpi.lid_switch_state=NONE
instead of specifying unsupported _Sx object in the system.
Actually, S4B is going to disappear in ACPICA and we already have
hw.acpi.s4bios to distinguish BIOS hibernation or OS hibernation.
2001-11-15 11:59:25 +00:00
Warner Losh
45c2a3ca28
MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devices
2001-11-15 08:15:44 +00:00
Warner Losh
bca07edc83
More devices. Obtained from NetBSD.
2001-11-15 07:57:38 +00:00
Warner Losh
9de4df498c
Migrate to PCMCIA_CARD() macros
2001-11-15 07:52:49 +00:00
Warner Losh
d93f2e2458
Sync to 1.18 of pccarddevs
2001-11-15 07:50:38 +00:00
Warner Losh
720725c93b
Add vendor for NDC.
2001-11-15 07:50:09 +00:00
Warner Losh
b9efeffff0
Minor style problem I introduced recently
2001-11-15 06:44:43 +00:00
Warner Losh
34e4437eb0
Hoist the Card/Card2 macros that I invented for the wi driver into
...
pccard layer and rename them PCMCIA_CARD and PCMCIA_CARD2 respectively
(note, this is being done with an eye towards NetBSD integreation so
it is easier to keep lists of cards between us and them in sync).
Use this in the an and wi drivers.
2001-11-15 06:37:13 +00:00
Warner Losh
3a102d6984
Add PC4500 and 350 for newer cards in this line.
...
Obtained from: NetBSD's an driver (and FreeBSD's /etc/defaults/pccard.conf)
2001-11-15 06:26:24 +00:00
Warner Losh
a0945bbc7f
Add NEWCARD support for aironet stuff.
...
PR: 24854
Submitted by: "Sam Habash" <the+xp@llama.com>
(with the mtx fix by Jonathan Chen)
2001-11-15 06:18:06 +00:00
Warner Losh
5e9d03c8be
Fix comments about 'current' state of hardware/software
2001-11-15 06:17:05 +00:00
John Baldwin
99efe4f0f8
Remove ifnet.if_mpsafe for now. If this is needed, it won't be needed
...
until much later when the network stack locking is farther along.
Approved by: jlemon
2001-11-14 18:36:37 +00:00
Søren Schmidt
e29e633207
Add yet another VIA ATA100 southbridge.
2001-11-13 11:37:23 +00:00
Søren Schmidt
7afba84a9f
Fix bogon, free() the right memory type.
2001-11-13 11:33:23 +00:00