summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard_nbk.c
Commit message (Expand)AuthorAgeFilesLines
* Add some code which is compatible for NEWCARD. It makes manufacturershiba2002-02-201-0/+9
* If flags were specified for the device, print them in the probeimp2001-09-091-1/+4
* There is no tcic driver, so no need to list it here.imp2001-08-151-1/+0
* Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_charimp2001-08-101-1/+1
* #ifdef some 5.0 code with freebsd_version to reduce diffs with stable.imp2001-07-281-3/+16
* Update copyright infoimp2001-05-251-2/+1
* This code touches MD code inappropriately. So we have to include pc98imp2001-05-151-0/+5
* Minor style(9) changes:imp2001-05-141-27/+27
* Change machdep.pccard.pcic_mem_{start,end} to machdep.pccard.mem_{start,end}imp2001-05-141-10/+8
* o Get rid of static array of slots in pccard layer. Move this to theimp2001-05-131-6/+12
* Add a sysctl pair for the pcic memory allocation rangedmlb2001-05-081-3/+16
* My fix to NEWCARD for getting the function type broke oldcard due toimp2001-04-211-2/+2
* First step towards making loadable modules independent of havingimp2001-03-221-4/+6
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+0
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-071-2/+2
* Add pccard_product_lookup comatibility shimimp2000-09-281-0/+7
* o Remove 9 unnecessary includes.imp2000-09-201-3/+0
* Implement indirection in the pccard probe/attach. This should make itimp2000-09-191-0/+16
* Add some infrastructure support for dealing with large attributeimp2000-08-101-0/+9
* o Implement some compatibility functions for NEWCARD compat. This isimp2000-06-181-2/+24
* Checkin my first batch of New Mexico changes:imp2000-04-251-12/+14
* o Preliminary support for mapping the CIS by the driver.imp2000-04-201-0/+35
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* /tmp/msgimp2000-02-211-4/+6
* Propagate MAC address in CIS tupple to dev/ed/ driver.hosokawa2000-01-211-0/+17
* Switch to using suspend/resume methods rather than the APM hooks.imp1999-12-081-9/+10
* Allow NULL for startp and/or countp in bus_get_resource() so that you canpeter1999-11-201-2/+4
* Kill unneeded includesimp1999-11-201-4/+0
* Do not add children for new bus kludge version of pccard.imp1999-10-281-8/+1
* Massive rewrite of pccard to convert it to newbus.imp1999-10-251-24/+152
* Reorganize the attachement point for pcic (it was unattached andimp1999-10-151-169/+4
* Make it easier to have completely new bus attachment points for pccardimp1999-10-151-4/+60
* *** empty log message ***imp1999-09-261-0/+2
* Kill printf warnings.imp1999-09-261-1/+1
* $Id$ -> $FreeBSD$peter1999-09-061-1/+1
* Kludge together support for the old pccard system with newbus. Thisimp1999-09-061-0/+274
OpenPOWER on IntegriCloud