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