History log of /src/sys/dev/cardbus/rbus.h |
Revision | | Date | Author | Comments |
1.11 |
| 15-Dec-2009 |
snj | Move to 2-clause license. Approved by HAYAKAWA Koichi (copyright holder).
|
1.10 |
| 19-Oct-2007 |
ad | branches: 1.10.20; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.9 |
| 11-Dec-2005 |
christos | branches: 1.9.30; 1.9.44; 1.9.46; 1.9.50; merge ktrace-lwp.
|
1.8 |
| 27-Feb-2005 |
perry | branches: 1.8.4; nuke trailing whitespace
|
1.7 |
| 04-Feb-2005 |
perry | de-__P
|
1.6 |
| 08-Jul-2003 |
itojun | branches: 1.6.8; 1.6.10; function prototype must not have variable name
|
1.5 |
| 02-Jun-2002 |
wiz | branches: 1.5.6; Typo fixes and grammar improvements in a comment.
|
1.4 |
| 26-May-2000 |
haya | branches: 1.4.6; 1.4.8; 1.4.20; KNFfied those files.
|
1.3 |
| 15-Dec-1999 |
kleink | branches: 1.3.2; Normalize symbol names used for multiple inclusion protection.
|
1.2 |
| 15-Oct-1999 |
haya | branches: 1.2.2; add NetBSD ID tag.
|
1.1 |
| 15-Oct-1999 |
haya | This is the first check-in of CardBus driver. CardBus driver contains CardBus bus stub, YENTA PCI-CardBus bridge (cbb), 3Com 3C575TX driver (ex) and Intel fxp driver.
TODO: o Conform to the KNF more strictly. o Be unified with pcmcia code as much as possible. o Add more drivers for CardBus card, such as APA-1480 or USB card.
The affected files are listed below.
sys/arch/i386/conf/files.i386 sys/arch/macppc/conf/files.macppc sys/conf/files sys/dev/ic/elinkxl.c sys/dev/ic/elinkxlvar.h sys/dev/ic/i82365.c sys/dev/ic/i82365var.h sys/dev/isa/i82365_isasubr.c sys/dev/pci/files.pci sys/dev/pcmcia/pcmcia.c sys/dev/pcmcia/pcmciachip.h
The added files are listed below.
sys/arch/i386/conf/CARDBUS sys/arch/i386/include/rbus_machdep.h sys/arch/i386/i386/rbus_machdep.c sys/arch/macppc/include/rbus_machdep.h sys/arch/macppc/macppc/rbus_machdep.c sys/dev/cardbus/if_ex_cardbus.c sys/dev/cardbus/Makefile.cardbusdevs sys/dev/cardbus/cardbus.c sys/dev/cardbus/cardbus_map.c sys/dev/cardbus/cardbusdevs sys/dev/cardbus/cardbusdevs.h sys/dev/cardbus/cardbusdevs_data.h sys/dev/cardbus/cardbusvar.h sys/dev/cardbus/cardslot.c sys/dev/cardbus/cardslotvar.h sys/dev/cardbus/devlist2h.awk sys/dev/cardbus/files.cardbus sys/dev/cardbus/if_fxp_cardbus.c sys/dev/cardbus/pccardcis.h sys/dev/cardbus/rbus.c sys/dev/cardbus/rbus.h sys/dev/pci/pccbb.c sys/dev/pci/pccbbreg.h sys/dev/pci/pccbbvar.h
|
1.2.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.3.2.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.4.20.1 |
| 20-Jun-2002 |
gehenna | catch up with -current.
|
1.4.8.1 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.4.6.1 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.5.6.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.5.6.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.5.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.6.10.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.6.10.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.6.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.8.4.1 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.9.50.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.9.46.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.9.44.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.9.30.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.10.20.1 |
| 11-Mar-2010 |
yamt | sync with head
|