History log of /src/sys/arch/amiga/dev/if_ne_zbus.c |
Revision | | Date | Author | Comments |
1.17 |
| 20-Dec-2023 |
thorpej | Remove unnecessary <sys/malloc.h> include.
|
1.16 |
| 15-May-2012 |
rkujawa | - Split X-Surf driver from if_ne_zbus, rework, add support for clockports present on X-Surf boards. - Add gencp(4), a driver for generic clockports (it just needs a base address).
Approved by phx.
|
1.15 |
| 09-Apr-2012 |
rkujawa | Workaround for the fake X-Surf autoconfig entry, created by the Deneb firmware v11.
|
1.14 |
| 19-Jul-2011 |
dyoung | branches: 1.14.2; 1.14.6; 1.14.8; 1.14.12; 1.14.14; Change <machine/bus.h> to <sys/bus.h> throughout.
|
1.13 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.12 |
| 12-Mar-2008 |
cube | branches: 1.12.2; 1.12.4; Split device_t and softc for the NE2000 Ethernet chip and all its variants and attachments. Use device_t accessors, correct types, and ANSIfy when appropriate.
|
1.11 |
| 02-Oct-2002 |
thorpej | branches: 1.11.22; 1.11.84; 1.11.104; 1.11.108; Use CFATTACH_DECL().
|
1.10 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.9 |
| 28-Jan-2002 |
aymeric | add __KERNEL_RCSID as suggested by Luke Mewburn
|
1.8 |
| 26-Jan-2002 |
aymeric | - ANSIfy - remove some trailing spaces/tabs - minor style nits
|
1.7 |
| 12-Feb-2001 |
thorpej | branches: 1.7.4; 1.7.8; Adjust the way that media is initialized on DP8390-compatible chips. The dp8390_softc now has media_init and media_fini function pointers that do the work.
|
1.6 |
| 29-Dec-2000 |
is | The name is X-surf, not X-serv. I'll never learn this. Thanks to Petri Koistinen for the correction.
|
1.5 |
| 23-Jan-2000 |
aymeric | branches: 1.5.4; sync with new bus.h
|
1.4 |
| 30-Dec-1999 |
is | Rewrite of the Amiga bus_space machinery to prepare for the support of the generic IDE driver and the PCMCIA slots.
|
1.3 |
| 25-Nov-1999 |
is | Address range scaling is hidden by the bus_space functions. Correct the definitions in case we ever do bus_space accounting on Amiga.
|
1.2 |
| 25-Nov-1999 |
is | Another RTL8019 board: X-serve by Individual Computers Jens Schoenfeld.
|
1.1 |
| 11-Nov-1998 |
veego | branches: 1.1.4; 1.1.10; 1.1.16; New driver for the Ariadne II.
|
1.1.16.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.1.10.3 |
| 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.10.2 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.1.10.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.
I updated the amiga SCSI drivers, but completely untested yet (may not even compile)
|
1.1.4.1 |
| 23-Jan-2000 |
he | Pull up revision 1.2 (requested by is): Add support for X-surf board.
|
1.5.4.1 |
| 25-Jan-2001 |
jhawk | Pull up revision 1.6 (requested by is): Correct and add (Respectively) the name of the X-surf board in comments.
|
1.7.8.2 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.7.8.1 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.7.4.2 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.7.4.1 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.11.108.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.11.108.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.11.104.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.11.84.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.11.22.1 |
| 17-Mar-2008 |
yamt | sync with head.
|
1.12.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.12.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.14.14.1 |
| 06-Jun-2013 |
riz | Pull up following revision(s) (requested by rkujawa in ticket #892): sys/arch/amiga/dev/if_ne_zbus.c: revision 1.15 Workaround for the fake X-Surf autoconfig entry, created by the Deneb = firmware v11.
|
1.14.12.1 |
| 06-Jun-2013 |
riz | Pull up following revision(s) (requested by rkujawa in ticket #892): sys/arch/amiga/dev/if_ne_zbus.c: revision 1.15 Workaround for the fake X-Surf autoconfig entry, created by the Deneb = firmware v11.
|
1.14.8.1 |
| 06-Jun-2013 |
riz | Pull up following revision(s) (requested by rkujawa in ticket #892): sys/arch/amiga/dev/if_ne_zbus.c: revision 1.15 Workaround for the fake X-Surf autoconfig entry, created by the Deneb = firmware v11.
|
1.14.6.2 |
| 02-Jun-2012 |
mrg | sync to latest -current.
|
1.14.6.1 |
| 29-Apr-2012 |
mrg | sync to latest -current.
|
1.14.2.2 |
| 23-May-2012 |
yamt | sync with head.
|
1.14.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|