summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-066-6/+6
* Add recognition of O2Micro 711M1.imp2004-12-232-0/+2
* Don't need to declare cbb module. don't know why I never sawimp2004-08-162-2/+0
* Move towards isa attachment for pccbb. This is a work in progress, butimp2004-08-124-690/+1086
* Add IDs from TI's web site. Reports from the field and inspection ofimp2004-07-222-1/+14
* More TI device IDs.imp2004-07-221-0/+3
* Update comment about fast interrupts to be closer to realityimp2004-07-221-0/+4
* Improve the kludge assignment of sub-bus numbers a little by fixing animp2004-06-231-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* When attaching pccard and cardbus children, there's no need to set theimp2004-05-211-6/+2
* Now that we have the resource allocation code in current, the kludgeimp2004-05-212-56/+10
* Need to mark the interrupt from cbb as being MP safe on resume too.imp2004-05-041-2/+2
* Start programming the bus numbers for the pci<->cardbus. When theimp2004-04-231-1/+30
* Remove extra copy of code.imp2004-04-131-7/+0
* MFp4:imp2004-04-121-4/+15
* Better checks to make sure that we get good alignment. This code is aimp2004-04-061-7/+6
* Fix mis-merge from p4 by adding line getting sc.imp2004-04-061-2/+9
* MFP4: Power up with OE disabled. Similar patches went into NetBSD aimp2004-04-061-1/+6
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
* MFp4:imp2004-01-042-5/+5
* Fix typo in ENE CB710 description. It isn't a 720.imp2003-12-221-1/+1
* Fix a harmless typo (use of res instead of rle: if rle is NULL, we'dimp2003-11-121-3/+4
* -Wunusedimp2003-11-081-1/+1
* Remove channeling interrupts to IRQ1. Some chipsets don't do theimp2003-11-071-0/+7
* Backswards is as backwards does: If we're MPSAFE, then we don't needimp2003-10-241-2/+2
* Add newly discovered ENE Technologies CardBus bridges to the list:imp2003-08-222-0/+16
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* In my efforts to make checking the CD bits less error-prone, Iimp2003-08-201-1/+1
* Fix typo in last commit.mux2003-08-201-1/+1
* Use CBB_CARD_PRESENT instead of checking STATE_CD directly since it isimp2003-08-201-4/+6
* The CD bits in the CBB_SOCKET_STATE register are 0 when the card isimp2003-08-181-4/+3
* Put the clearing of the socket cd interrupt and setting of it underimp2003-08-181-10/+8
* trivial optimization: use nameunit here.imp2003-08-141-1/+1
* MF p4:imp2003-08-101-1/+1
* Some bridges, like o2 micro and maybe ricoh, have some issues betweenimp2003-08-101-10/+47
* Add code to cope more with strange conditions after careful study ofimp2003-08-091-14/+42
* CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, makeimp2003-08-092-31/+44
* When allocating memory, align it to the minimum alignment required forimp2003-08-092-0/+5
* Add comments about some alignment that looks a little strange.imp2003-08-091-2/+9
* Minor fixes to a couple of comments.imp2003-08-091-2/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-5/+5
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-031-2/+3
* Unlock after ISR.imp2003-06-121-1/+1
* s/BURN_THE_BOATS/BURN_BRIDGES/g to adopt to new world orderimp2003-06-121-2/+2
* Make cbb interrupts MPSAFE:imp2003-06-122-22/+34
* MFp4:imp2003-06-072-54/+13
* Simplify the power code somewhat (this makes the module about 100imp2003-06-072-85/+34
* Add two of three workarounds for interrupt storms for o2micro parts asimp2003-06-062-14/+145
* Remove return after goto.phk2003-05-311-2/+0
OpenPOWER on IntegriCloud