History log of /openbsd-current/sys/dev/ic/smc93cx6.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.19 07-Mar-2021 jsg

ansi


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.18 24-Mar-2012 miod

Left-pad the eeprom dump with zeroes in the debug dump to make it easier to
read (this code is not compiled unless option AHC_DUMP_EEPROM anyway)


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE SMP_SYNC_A SMP_SYNC_B
# 1.17 25-Sep-2003 fgsch

sync with netbsd; fixes some problems with the upcoming atw driver.
krw@ ok.


Revision tags: OPENBSD_3_4_BASE
# 1.16 15-Aug-2003 fgsch

cleanup.


# 1.15 12-Aug-2003 fgsch

move verify_cksum() to ahc; krw@ ok.


# 1.14 08-Aug-2003 fgsch

remove unused code and a some cleanup; deraadt@ and krw@ ok.


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE UBC_SYNC_A UBC_SYNC_B
# 1.13 30-Jun-2002 smurph

Add write function to seeprom.


# 1.12 28-Jun-2002 millert

actually, new new ahc uses these after all


# 1.11 28-Jun-2002 millert

not used by new ahc driver


# 1.10 28-Jun-2002 smurph

Return of new ahc


Revision tags: OPENBSD_3_1_BASE
# 1.9 19-Mar-2002 millert

revert to older ahc driver until the new one's bugs are fixed


# 1.8 16-Feb-2002 smurph

New port of FreeBSD's ahc driver


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE SMP_BASE UBC_BASE
# 1.7 31-Jan-2000 weingart

branches: 1.7.2; 1.7.12;
Add support for 93C66 and 93C56 SEEPROM chips.
Adapted from FreeBSD code.


Revision tags: OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE kame_19991208
# 1.6 28-Nov-1996 niklas

Adaption to new bus.h from NetBSD. Various driver has been updated to
NetBSD 961107 state. Other has not, partly because sometimes the bus.h
changes was coupled with other changes.


# 1.5 12-Nov-1996 niklas

s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
possibly taken in small steps


# 1.4 31-Oct-1996 niklas

$OpenBSD RCSIDs


Revision tags: OPENBSD_2_0_BASE
# 1.3 21-Aug-1996 deraadt

check for __OpenBSD__, prep for tossing __NetBSD__?


# 1.2 27-Jun-1996 shawn

new 2940 driver merged from freebsd sources 960623


# 1.1 26-May-1996 deraadt

sync 0521


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.18 24-Mar-2012 miod

Left-pad the eeprom dump with zeroes in the debug dump to make it easier to
read (this code is not compiled unless option AHC_DUMP_EEPROM anyway)


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE SMP_SYNC_A SMP_SYNC_B
# 1.17 25-Sep-2003 fgsch

sync with netbsd; fixes some problems with the upcoming atw driver.
krw@ ok.


Revision tags: OPENBSD_3_4_BASE
# 1.16 15-Aug-2003 fgsch

cleanup.


# 1.15 12-Aug-2003 fgsch

move verify_cksum() to ahc; krw@ ok.


# 1.14 08-Aug-2003 fgsch

remove unused code and a some cleanup; deraadt@ and krw@ ok.


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE UBC_SYNC_A UBC_SYNC_B
# 1.13 30-Jun-2002 smurph

Add write function to seeprom.


# 1.12 28-Jun-2002 millert

actually, new new ahc uses these after all


# 1.11 28-Jun-2002 millert

not used by new ahc driver


# 1.10 28-Jun-2002 smurph

Return of new ahc


Revision tags: OPENBSD_3_1_BASE
# 1.9 19-Mar-2002 millert

revert to older ahc driver until the new one's bugs are fixed


# 1.8 16-Feb-2002 smurph

New port of FreeBSD's ahc driver


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE SMP_BASE UBC_BASE
# 1.7 31-Jan-2000 weingart

branches: 1.7.2; 1.7.12;
Add support for 93C66 and 93C56 SEEPROM chips.
Adapted from FreeBSD code.


Revision tags: OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE kame_19991208
# 1.6 28-Nov-1996 niklas

Adaption to new bus.h from NetBSD. Various driver has been updated to
NetBSD 961107 state. Other has not, partly because sometimes the bus.h
changes was coupled with other changes.


# 1.5 12-Nov-1996 niklas

s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
possibly taken in small steps


# 1.4 31-Oct-1996 niklas

$OpenBSD RCSIDs


Revision tags: OPENBSD_2_0_BASE
# 1.3 21-Aug-1996 deraadt

check for __OpenBSD__, prep for tossing __NetBSD__?


# 1.2 27-Jun-1996 shawn

new 2940 driver merged from freebsd sources 960623


# 1.1 26-May-1996 deraadt

sync 0521