History log of /openbsd-current/sys/arch/i386/isa/isa_machdep.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.26 13-May-2024 jsg

remove some unused defines and externs

isaphysmem and isaphysmempgs were removed in 1998
ok kettenis@


Revision tags: 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.25 22-Aug-2009 mk

Constify the what/name parameter of pci_intr_establish().

Tested by myself, sthen, oga, kettenis, and jasper.
Input from sthen and jasper.

ok kettenis

(Manpage follows shortly.)


Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.24 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.23 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.22 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.21 12-Feb-2006 miod

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


# 1.20 23-Nov-2005 mickey

prioritise <16m memory for isa bus_dma'ble memorble memory allocations


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE SMP_SYNC_A SMP_SYNC_B
# 1.19 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_3_3_BASE UBC_SYNC_A
# 1.18 16-Jan-2003 art

getting rid of vm_offset_t.


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE UBC_SYNC_B
# 1.17 14-Mar-2002 millert

Final __P removal plus some cosmetic fixups


# 1.16 14-Mar-2002 millert

First round of __P removal in sys


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE SMP_BASE UBC_BASE kame_19991208
# 1.15 13-Jan-1999 niklas

branches: 1.15.6; 1.15.16;
RCSIds


Revision tags: OPENBSD_2_4_BASE
# 1.14 29-Jun-1998 downsj

Add and use isa_intr_check().


Revision tags: OPENBSD_2_3_BASE
# 1.13 20-Jan-1998 niklas

Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it
so far, the other archs gets placeholders for now. I wrote a compatibility
layer for OpenBSD's old isadma code so we can still use our old
driver sources. They will however get changed to native bus_dma use,
on a case by case basis. Oh yes, I almost forgot, I kept our notion
of isadma being a device so DMA-less ISA-busses still work


# 1.12 21-Dec-1997 downsj

ISA PnP supporting code from NetBSD, and a pccom driver that supports ISA PnP.


Revision tags: OPENBSD_2_2_BASE
# 1.11 24-Sep-1997 niklas

Revert, as we won't have enough time to test this fully before release.


# 1.10 22-Sep-1997 niklas

Use vm_page_alloc_memory API. Some cleanup.


Revision tags: OPENBSD_2_0_BASE OPENBSD_2_1_BASE
# 1.9 23-Sep-1996 mickey

separate mc6845 definitions in dev/ic/mc6845.h


# 1.8 22-Jun-1996 tholo

Move struct intrhand to <machine/psl.h> [again] so user-level programs can
get at it.


# 1.7 07-May-1996 deraadt

sync with 0504; prototype changes


# 1.6 21-Apr-1996 deraadt

partial sync with netbsd 960418, more to come


# 1.5 20-Mar-1996 mickey

Fix back wrong patches.


# 1.4 19-Mar-1996 mickey

Merging w/ NetBSD 021796.
speaker upgraded to the current.
some changes to the VM stuff (ie kern_thread.c added and so).


# 1.3 20-Feb-1996 tholo

Pass device name to interrupt establish routines so it can be recorded in
the device interrupt chain structures (isa, pci)

Move interrupt chain structure definition to <machine/psl.h> so vmstat can
get at it (i386)

Remove hack to count interrupts the old way (i386)


# 1.2 28-Nov-1995 deraadt

i386 isa bounce buffers by hannken@eis.cs.tu-bs.de


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: 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.25 22-Aug-2009 mk

Constify the what/name parameter of pci_intr_establish().

Tested by myself, sthen, oga, kettenis, and jasper.
Input from sthen and jasper.

ok kettenis

(Manpage follows shortly.)


Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.24 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.23 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.22 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.21 12-Feb-2006 miod

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


# 1.20 23-Nov-2005 mickey

prioritise <16m memory for isa bus_dma'ble memorble memory allocations


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE SMP_SYNC_A SMP_SYNC_B
# 1.19 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_3_3_BASE UBC_SYNC_A
# 1.18 16-Jan-2003 art

getting rid of vm_offset_t.


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE UBC_SYNC_B
# 1.17 14-Mar-2002 millert

Final __P removal plus some cosmetic fixups


# 1.16 14-Mar-2002 millert

First round of __P removal in sys


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE SMP_BASE UBC_BASE kame_19991208
# 1.15 13-Jan-1999 niklas

branches: 1.15.6; 1.15.16;
RCSIds


Revision tags: OPENBSD_2_4_BASE
# 1.14 29-Jun-1998 downsj

Add and use isa_intr_check().


Revision tags: OPENBSD_2_3_BASE
# 1.13 20-Jan-1998 niklas

Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it
so far, the other archs gets placeholders for now. I wrote a compatibility
layer for OpenBSD's old isadma code so we can still use our old
driver sources. They will however get changed to native bus_dma use,
on a case by case basis. Oh yes, I almost forgot, I kept our notion
of isadma being a device so DMA-less ISA-busses still work


# 1.12 21-Dec-1997 downsj

ISA PnP supporting code from NetBSD, and a pccom driver that supports ISA PnP.


Revision tags: OPENBSD_2_2_BASE
# 1.11 24-Sep-1997 niklas

Revert, as we won't have enough time to test this fully before release.


# 1.10 22-Sep-1997 niklas

Use vm_page_alloc_memory API. Some cleanup.


Revision tags: OPENBSD_2_0_BASE OPENBSD_2_1_BASE
# 1.9 23-Sep-1996 mickey

separate mc6845 definitions in dev/ic/mc6845.h


# 1.8 22-Jun-1996 tholo

Move struct intrhand to <machine/psl.h> [again] so user-level programs can
get at it.


# 1.7 07-May-1996 deraadt

sync with 0504; prototype changes


# 1.6 21-Apr-1996 deraadt

partial sync with netbsd 960418, more to come


# 1.5 20-Mar-1996 mickey

Fix back wrong patches.


# 1.4 19-Mar-1996 mickey

Merging w/ NetBSD 021796.
speaker upgraded to the current.
some changes to the VM stuff (ie kern_thread.c added and so).


# 1.3 20-Feb-1996 tholo

Pass device name to interrupt establish routines so it can be recorded in
the device interrupt chain structures (isa, pci)

Move interrupt chain structure definition to <machine/psl.h> so vmstat can
get at it (i386)

Remove hack to count interrupts the old way (i386)


# 1.2 28-Nov-1995 deraadt

i386 isa bounce buffers by hannken@eis.cs.tu-bs.de


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision