History log of /openbsd-current/sys/arch/amd64/include/isa_machdep.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.11 22-May-2024 jsg

remove prototypes with no matching function and externs with no var


# 1.10 13-May-2024 jsg

remove some unused defines and externs

isaphysmem and isaphysmempgs were removed in 1998
ok kettenis@


Revision tags: 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 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 OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.9 11-Dec-2008 oga

Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 and
amd64 isa dma code is identical save for some formatting, and a slight
difference in bus_dmamem_alloc.

"Die x86_!" krw@.


# 1.8 03-Dec-2008 oga

Remove the x86 and i386 prefixes to the bus_dma types. It's really quite
pointless and just makes the code different for no reason. This moves i386 and
amd64 bus_dma to being a lot closer to identical.

suggestion to just remove the prefix instead of merge them from deraadt@.

no objections art@, kettenis@, ok weingart@


Revision tags: OPENBSD_4_4_BASE
# 1.7 26-Jun-2008 ray

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.6 01-Mar-2006 deraadt

from mickey, like on i386:
prioritise <16m memory for isa bus_dma'ble memorble memory allocations
why?
this is now needed because the nvidia ethernet running with jumbo frames
is allocating much more memory, and was robbing isadma of bounce buffers.


# 1.5 12-Feb-2006 miod

Remove dead sysbeep driver and unused sysbeep() routine. No functional change.


# 1.4 13-Dec-2005 jsg

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.
Checked by ian@, deraadt@ and millert@, arm portion checked by drahn@


# 1.3 02-Oct-2005 brad

remove isa_intr_evcnt() prototype. a NetBSD-ism.

ok fgsch@


# 1.2 19-Sep-2005 deraadt

floppy support; form@openbsd.ru


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE SMP_SYNC_A SMP_SYNC_B
# 1.1 28-Jan-2004 mickey

an amd64 arch support.
hacked by art@ from netbsd sources and then later debugged
by me into the shape where it can host itself.
no bootloader yet as needs redoing from the
recent advanced i386 sources (anyone? ;)


# 1.10 13-May-2024 jsg

remove some unused defines and externs

isaphysmem and isaphysmempgs were removed in 1998
ok kettenis@


Revision tags: 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 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 OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.9 11-Dec-2008 oga

Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 and
amd64 isa dma code is identical save for some formatting, and a slight
difference in bus_dmamem_alloc.

"Die x86_!" krw@.


# 1.8 03-Dec-2008 oga

Remove the x86 and i386 prefixes to the bus_dma types. It's really quite
pointless and just makes the code different for no reason. This moves i386 and
amd64 bus_dma to being a lot closer to identical.

suggestion to just remove the prefix instead of merge them from deraadt@.

no objections art@, kettenis@, ok weingart@


Revision tags: OPENBSD_4_4_BASE
# 1.7 26-Jun-2008 ray

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.6 01-Mar-2006 deraadt

from mickey, like on i386:
prioritise <16m memory for isa bus_dma'ble memorble memory allocations
why?
this is now needed because the nvidia ethernet running with jumbo frames
is allocating much more memory, and was robbing isadma of bounce buffers.


# 1.5 12-Feb-2006 miod

Remove dead sysbeep driver and unused sysbeep() routine. No functional change.


# 1.4 13-Dec-2005 jsg

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.
Checked by ian@, deraadt@ and millert@, arm portion checked by drahn@


# 1.3 02-Oct-2005 brad

remove isa_intr_evcnt() prototype. a NetBSD-ism.

ok fgsch@


# 1.2 19-Sep-2005 deraadt

floppy support; form@openbsd.ru


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE SMP_SYNC_A SMP_SYNC_B
# 1.1 28-Jan-2004 mickey

an amd64 arch support.
hacked by art@ from netbsd sources and then later debugged
by me into the shape where it can host itself.
no bootloader yet as needs redoing from the
recent advanced i386 sources (anyone? ;)


Revision tags: 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 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.9 11-Dec-2008 oga

Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 and
amd64 isa dma code is identical save for some formatting, and a slight
difference in bus_dmamem_alloc.

"Die x86_!" krw@.


# 1.8 03-Dec-2008 oga

Remove the x86 and i386 prefixes to the bus_dma types. It's really quite
pointless and just makes the code different for no reason. This moves i386 and
amd64 bus_dma to being a lot closer to identical.

suggestion to just remove the prefix instead of merge them from deraadt@.

no objections art@, kettenis@, ok weingart@


Revision tags: OPENBSD_4_4_BASE
# 1.7 26-Jun-2008 ray

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.6 01-Mar-2006 deraadt

from mickey, like on i386:
prioritise <16m memory for isa bus_dma'ble memorble memory allocations
why?
this is now needed because the nvidia ethernet running with jumbo frames
is allocating much more memory, and was robbing isadma of bounce buffers.


# 1.5 12-Feb-2006 miod

Remove dead sysbeep driver and unused sysbeep() routine. No functional change.


# 1.4 13-Dec-2005 jsg

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.
Checked by ian@, deraadt@ and millert@, arm portion checked by drahn@


# 1.3 02-Oct-2005 brad

remove isa_intr_evcnt() prototype. a NetBSD-ism.

ok fgsch@


# 1.2 19-Sep-2005 deraadt

floppy support; form@openbsd.ru


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE SMP_SYNC_A SMP_SYNC_B
# 1.1 28-Jan-2004 mickey

an amd64 arch support.
hacked by art@ from netbsd sources and then later debugged
by me into the shape where it can host itself.
no bootloader yet as needs redoing from the
recent advanced i386 sources (anyone? ;)