summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Collapse)AuthorAgeFilesLines
* Add NEWCARD support to awi.imp2001-11-191-3/+36
| | | | Devices obtained from NetBSD (+ zoom air 4000, which I added).
* Update to 1.23 pccarddevsimp2001-11-191-1/+2
|
* Add ZOOM as one of the bgous vendorsimp2001-11-191-0/+1
|
* Add Linksys Instant Wireless Network PC Card from NetBSDimp2001-11-191-0/+1
|
* Update to 1.22 pccarddevsimp2001-11-191-3/+2
|
* Nits to make it whitespace compatible with what I'm about to commit to NetBSDimp2001-11-191-2/+1
|
* Update to 1.21 pccarddevsimp2001-11-191-3/+6
|
* Merge NetBSD 1.146: Linksys Instant Wireless Network card.imp2001-11-191-2/+3
| | | | Obtained From: NetBSD
* Update to 1.20 pccarddevsimp2001-11-191-2/+5
|
* Merge NetBSD 1.145: Xircom XE2000imp2001-11-191-1/+2
|
* 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindingstmm2001-11-183-0/+143
| | | | | | | | 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)
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-188-68/+91
| | | | | | | 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.
* Add the PnP ID for a Rockwell 33.6k modem.iedowse2001-11-181-0/+1
| | | | | | PR: kern/23414 Submitted by: Ryuichiro Imura <imura@af.airnet.ne.jp> MFC after: 1 week
* Return EOPNOTSUPP for unknown module events.iedowse2001-11-171-1/+4
| | | | | PR: kern/18473 Submitted by: "Jeroen C. van Gelderen" <gelderen@systemics.com>
* Regenerate with 1.19 of pccarddevsimp2001-11-161-8/+77
|
* Merge in most (hopefully all) of the devices that OpenBSD has thatimp2001-11-161-3/+40
| | | | NetBSD/FreeBSD doesn't have listed.
* 'error' is now unused, since its only purpose was to catch therwatson2001-11-151-1/+0
| | | | results of suser_td().
* Temporarily disable unloading, as it appears to be broken (read: causesrwatson2001-11-151-0/+2
| | | | panics)
* o Rely on /dev/snp* permissions, rather than using suser() in snpopen()rwatson2001-11-151-3/+0
| | | | | | to prevent inappropriate use of the snoop device. This means that, with appropriate chmod'ing, arbitrary users may make use of the snoop device.
* Remove clkrun_hack for ThinkPad 570.asmodai2001-11-151-2/+1
| | | | | | PR: 28031 Submitted by: Tan Koan-Sin <freedom@csie.nctu.edu.tw> MFC after: 2 weeks
* Fix re-enabling ACPI on wakeup from hibernation. The problem was thatiwasaki2001-11-151-3/+2
| | | | | acpi_Disable() cleared all GPE events. Some old ACPI implementaions still need current re-enabling code.
* Two minor changes.iwasaki2001-11-151-9/+8
| | | | | | | - Change _ACx sysctl oid from ten of _AC[0-9] to one _ACx. - Better error printing on _TMP evaluation. Reviewed by: msmith
* Remove "S4B" from sleep_state_names and add "NONE" instead.iwasaki2001-11-151-4/+5
| | | | | | | | | 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.
* MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devicesimp2001-11-151-6/+20
|
* More devices. Obtained from NetBSD.imp2001-11-151-2/+4
|
* Migrate to PCMCIA_CARD() macrosimp2001-11-156-238/+67
|
* Sync to 1.18 of pccarddevsimp2001-11-151-1/+2
|
* Add vendor for NDC.imp2001-11-151-0/+1
|
* Minor style problem I introduced recentlyimp2001-11-151-4/+4
|
* Hoist the Card/Card2 macros that I invented for the wi driver intoimp2001-11-153-38/+35
| | | | | | | | 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.
* Add PC4500 and 350 for newer cards in this line.imp2001-11-151-3/+9
| | | | Obtained from: NetBSD's an driver (and FreeBSD's /etc/defaults/pccard.conf)
* Add NEWCARD support for aironet stuff.imp2001-11-151-2/+32
| | | | | | PR: 24854 Submitted by: "Sam Habash" <the+xp@llama.com> (with the mtx fix by Jonathan Chen)
* Fix comments about 'current' state of hardware/softwareimp2001-11-151-4/+1
|
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededjhb2001-11-141-1/+0
| | | | | | until much later when the network stack locking is farther along. Approved by: jlemon
* Add yet another VIA ATA100 southbridge.sos2001-11-132-0/+2
|
* Fix bogon, free() the right memory type.sos2001-11-131-1/+1
|
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-134-4/+4
| | | | Reviewed by: peter
* Sync to 1.17 of pccarddevsimp2001-11-111-1/+2
|
* Add GENTEK as one of the bogus vendors we need to id cards from the cisimp2001-11-111-0/+1
|
* Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'mimp2001-11-111-3/+31
| | | | | | | | | | trying something new with the macros here and will likely try to get them adopted by NetBSD as well as moving them to other drivers. They make the list more compact and easier to read, the price of rigid to a schema for generating them (of course there are those that would argue this isn't bad). Obtained from: NetBSD's if_wi_pcmcia.c 1.9
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-117-186/+186
|
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsimp2001-11-114-570/+570
|
* Move from using PCCARD_ symbols gereated from this file to using PCMCIA_imp2001-11-111-10/+10
| | | | symbols so that driver lists are easier to share and keep in sync.
* Sync to 1.15 pccarddevsimp2001-11-111-299/+314
|
* MFNetBSD:imp2001-11-111-147/+154
| | | | | | | | 1.140 imp (that's me) sort the file 1.141 christos Another cdrom 1.142 mjl Corega PCCB-11 1.143 mjl Corega PCC-TD 1.144 ichiro ELSA CF wavelan card XI-800
* MFC after: 0 daysgroudier2001-11-117-8/+8
|
* Move Intel 82092AA into the list of devices. It appears to be a oneimp2001-11-111-1/+1
| | | | | | | | | | | off chip that was on one prototype board. However, this appears to be a design that many chipsets are compatible with its PPEC register set (eg the Omega 82c094). Through the kindness of the Red Hat developer David Woodhouse, I now have this datasheet. I may take the advise of one of the bsd-nomads (whose name unfortunately escapes me at the moment) and split out all these 16-bit I/O mapped PCI devices into a separate driver...
* Add Omega 82c094 PCI PCMCIA bridge. It is similar to the CL-PD6729 inimp2001-11-111-3/+3
| | | | | | | | | | | | | | | that it has one BAR that's mapped to 0x3e0 and is I/O only. It does not conform to the Yenta spec, like other PCI PCMICA bridges do (eg the TI 1031, which is mostly a 1131 w/o 32bit card support). It appears that this chip may also need to not route PCI interrupts as well. This chip is used in the NEC Versa 2430CD (and it appears that sometimes it works, while other times it doesn't) and others in the 2400 series. While the NEC website claims Cardbus support, I can't figure out how that is possible. Submitted by: Ben Timby <ben@webexc.com>
* fix typo.phk2001-11-111-1/+1
| | | | | PR: 31898 Submitted by: Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk>
* Add support for Intel's i820/i840/i845/i850/i860 chipset.kuriyama2001-11-082-11/+106
| | | | | | Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura) PR: kern/31559, kern/31825 MFC after: 1 week
OpenPOWER on IntegriCloud