summaryrefslogtreecommitdiffstats
path: root/sys/pccard/i82365.h
Commit message (Collapse)AuthorAgeFilesLines
* Add probing support for the vadem VG365 and the Vadem VG465 pcic chips.imp1998-08-251-6/+8
| | | | | | | | | We do the same thing we do with all the other Vadem chips and print the right identification for these chips. Tested with the 365, and inferred for the 465. This allows the cheapo PCMCIA card that I got from necx to print the right chip number on boot.
* Modem cards send the speaker audio (dialing noises) to the host'snate1997-10-061-0/+8
| | | | | | | | | speaker. Cirrus Logic PCIC chips must enable this. There is also a Low Power Dynamic Mode bit that claims to reduce power consumption by 30%, so enable it and hope for the best. PR: 4650 Submitted by: Nick Sayer <nsayer@quack.kfu.com>
* - Style policenate1997-10-061-9/+9
| | | | | | - Updated some comments using data from the most recent PAO release. Obtained (partially) from: PAO-970616
* 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifierphk1997-04-201-2/+2
| | | | | | | | | | (pt. unused) for TI PCI1130. 2. pccard.c: PCIC_RESUME_RESET is now (also) a sysctl. (Never make it a #ifdef if it can be made a sysctl!) 3. pcic.c: make getb() and putb() proper member functions of struct pcic_slot. Add a couple of missing casts.
* The Great PC98 Merge.asami1996-06-141-0/+3
| | | | | | | | All new code is "#ifdef PC98"ed so this should make no difference to PC/AT (and its clones) users. Ok'd by: core Submitted by: FreeBSD(98) development team
* Updated PC-CARD support to contain most of the code from the latestnate1996-02-211-1/+5
| | | | | | | Japanese BSD-Nomad release. Reviewed by: phk Submitted by: hosokawa@mt.cs.keio.ac.jp and the rest of the Nomads
* Don't rely on the card 'automatically' powering up when we probe it.nate1996-01-061-0/+1
| | | | | | | | | | | On some laptops, this doesn't work (ie; IBM 75x series), so force it to power on. With this modification, I am able to read the tuples off 4 different PCMCIA cards on my ThinkPad. Reviewed by: phk@FreeBSD.org Obtained from: if_zp.c
* Clean up the ident style.phk1995-11-091-0/+1
| | | | | | | Remove the APM stuff Add support for VA469 Submitted by: Janic.Thaillandier@ratp.fr
* Andrew McRae's pcmcia/pccard code, the kernel part.phk1995-08-241-0/+207
This is still very green, but I have managed to get my modem working. Lots of work still to do, but now at least we can commit it. /phk Reviewed by: phk Submitted by: Andrew McRae <andrew@mega.com.au>
OpenPOWER on IntegriCloud