NetBSD/sys/arch
jtc 0edf3579f4 Revert last change.
Changing types from unsigned {long,short} to u_int{32,16}_t causes problems
in a lot of userlevel code because those types aren't defined when machine/
endian.h is included.  And IMO including sys/types.h in machine/endian.h
is clearly wrong.

XPG4.2 defines new types in_addr_t and in_port_t for the {h,n}to{n,h}{l,s}
functions.  But we don't have time to figure out the implementation issues
given the current release schedule.
1996-05-08 20:00:38 +00:00
..
alpha *** empty log message *** 1996-05-07 00:33:35 +00:00
amiga Changed struct ifnet to have a pointer to the softc of the underlying 1996-05-07 00:46:37 +00:00
arm32 Separated mouse initialisation code out into a separate function. 1996-05-07 21:04:08 +00:00
atari There seem to be 2 types for a trap frame.... 1996-04-29 20:55:44 +00:00
hp300 Make the MI LANCE driver standalone, and use cfattach to resolve 1996-05-07 00:57:58 +00:00
i386 Revert last change. 1996-05-08 20:00:38 +00:00
m68k Fix "prototype disagrees about inline" error. 1996-05-06 20:05:24 +00:00
mac68k Make this compile if DEBUG is defined. 1996-05-08 15:14:53 +00:00
mips Fixes for -Wall -Wmissing-prototypes: 1996-04-10 17:38:18 +00:00
mvme68k RCS id police. 1996-05-08 05:55:04 +00:00
pc532 Changed struct ifnet to have a pointer to the softc of the underlying 1996-05-07 01:12:53 +00:00
pica Fix typo. 1996-05-08 00:15:48 +00:00
pmax Make the MI LANCE driver standalone, and use cfattach to resolve 1996-05-07 01:23:31 +00:00
sparc Changed struct ifnet to have a pointer to the softc of the underlying 1996-05-07 01:28:28 +00:00
sun3 Changed struct ifnet to have a pointer to the softc of the underlying 1996-05-07 01:35:48 +00:00
vax Changed struct ifnet to have a pointer to the softc of the underlying 1996-05-07 01:35:48 +00:00
x68k Changed struct ifnet to have a pointer to the softc of the underlying 1996-05-07 02:35:07 +00:00