| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -2/+6 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -1/+1 |
* | DETACH_FORCE was removed recently. Remove it here, even though this | imp | 2002-11-17 | 1 | -7/+5 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+1 |
* | Make oldcard and newcard kernel module work. | takawata | 2002-05-30 | 1 | -0/+1 |
* | Fix missing comma in previous commit. | des | 2001-12-28 | 1 | -1/+1 |
* | Don't use RFTHREAD when creating a kernel process. | jhb | 2001-12-18 | 1 | -1/+1 |
* | Add PC-9821RA-E01. This appears that PC-9821 Ra20 has this either | imp | 2001-06-16 | 1 | -0/+1 |
* | Add PC9801-102 CBUS card to the list of plug and play devices. Some | imp | 2001-06-09 | 1 | -0/+3 |
* | Add IBM3765 to newcard's pcic pnp device list | imp | 2001-04-11 | 1 | -2/+3 |
* | Add #define for IBM3765. | imp | 2001-04-11 | 1 | -3/+3 |
* | o Now that I've had time to test the new interface, reintegrate it back in. | imp | 2001-01-07 | 2 | -3/+5 |
* | Add the defines for the cardbus extensions for 32 bit addressing. This | peter | 2001-01-07 | 1 | -0/+9 |
* | add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P. | sanpei | 2000-12-11 | 1 | -0/+1 |
* | Start to make code more generic so it can be used by the pccbb driver | imp | 2000-12-05 | 2 | -22/+19 |
* | Kill #define of DETACH_FORCE since it is now in card_if.m | imp | 2000-11-30 | 2 | -36/+2 |
* | Remove some silly debug writes and code that we don't need | imp | 2000-10-18 | 1 | -20/+0 |
* | Use appropriate resource management accessors instead of directly | mdodd | 2000-10-18 | 2 | -3/+3 |
* | Another PnP pcic card: SMC Swapbox Plug and Play | imp | 2000-10-12 | 2 | -2/+4 |
* | Fix arguments to kthread_create (submitted by takawata@freebsd.org). | imp | 2000-10-07 | 2 | -3/+4 |
* | Add comment about why the deletion of children is necessary in detach. | imp | 2000-08-30 | 1 | -0/+8 |
* | Define a pcic module version | imp | 2000-08-28 | 1 | -0/+1 |
* | o move to using PCIC_SOFTC(dev) to get the softc | imp | 2000-08-19 | 3 | -15/+13 |
* | Call bus_generic_detach on pcic before deleting the children. This | imp | 2000-08-19 | 1 | -1/+4 |
* | Remove pcic_isa_identify. I don't think it is needed. | imp | 2000-08-19 | 3 | -26/+21 |
* | Add support for loading this as a module (before there were some | imp | 2000-08-17 | 2 | -11/+16 |
* | Almost make loading work. This is a checkpoint. With these change we | imp | 2000-06-18 | 3 | -43/+85 |
* | Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARD | imp | 2000-05-29 | 2 | -0/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | OK. Next step: we read in CIS. | imp | 2000-04-19 | 3 | -62/+25 |
* | checkpoint latest pccard/pcic hacking: | imp | 2000-04-13 | 3 | -23/+54 |
* | Fix pcic_detach_socket to get right pcic_handle. | imp | 2000-04-04 | 1 | -1/+1 |
* | Be consistant about using the right child to get the ivars, which is | imp | 2000-04-04 | 1 | -7/+20 |
* | Correct PnP ids for pcic-like cards. | imp | 2000-03-10 | 1 | -4/+4 |
* | Add some comments about things that have become bad as I've been | imp | 2000-01-10 | 2 | -3/+5 |
* | Checkpoint of today's changes. We now get to the point where the pccard | imp | 2000-01-06 | 3 | -45/+53 |
* | Connect interrupts and start processing them. We panic on card removal | imp | 2000-01-03 | 3 | -86/+195 |
* | Delay creation of threads until after the idle thread is created, more | imp | 1999-12-21 | 2 | -22/+18 |
* | Make attach work, almost. Calling kthread_create from a | imp | 1999-12-20 | 2 | -3/+21 |
* | o Hide pcic_chip functions inside file | imp | 1999-12-19 | 3 | -89/+28 |
* | o Separate out alloc/release from the activation | imp | 1999-12-17 | 2 | -51/+64 |
* | Add alloc/release resource. Need to connect functionality later. | imp | 1999-12-15 | 3 | -1/+21 |
* | Merge _isa and _isasubr since only one function remained in _isasubr | imp | 1999-12-09 | 4 | -263/+158 |
* | o Implement IRQ activation. We do this in bus_{setup,teardown}_intr, | imp | 1999-12-08 | 5 | -195/+75 |
* | Tonight's cleanups. | imp | 1999-12-07 | 5 | -187/+129 |
* | Make this compile again after the device_add_child change. | imp | 1999-12-06 | 1 | -1/+1 |
* | Reconnect probing of the width of the isa bus, calling pcic_attach and | imp | 1999-11-29 | 3 | -41/+32 |
* | Add resource activation routines to pcic driver. Minor cleanup of | imp | 1999-11-28 | 3 | -31/+58 |
* | Update pccard code to latest NetBSD code. This is the last merge | imp | 1999-11-28 | 3 | -61/+136 |