1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00
freebsd/sys/i386
David Greenman fb5831565c 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return
type to be int so that errors can be returned.
2) Use the new SIOCSIFMTU ether_ioctl support in the few drivers that are
   using ether_ioctl().
3) In if_fxp.c: treat if_bpf as a token, not as a pointer. Don't bother
   testing for FXP_NTXSEG being reached in fxp_start()...just check for
   non-NULL 'm'. Change fxp_ioctl() to use ether_ioctl().
1996-12-10 07:29:50 +00:00
..
apm APM_DSVALUE_BUS is no longer with the addition of the correct fix to 1996-09-07 17:41:22 +00:00
bios APM_DSVALUE_BUS is no longer with the addition of the correct fix to 1996-09-07 17:41:22 +00:00
boot Update the bootblocks to use the new definitions that changed in the 1996-12-03 03:32:15 +00:00
conf Clarified the comment about removing other CPU defs. Specifically, 1996-11-29 07:08:48 +00:00
eisa Update comment and disable SCB paging for Rev E cards since paging, at least 1996-11-21 06:19:13 +00:00
i386 Improve the explicitness of the "you cannot do anything with PCI 1996-12-09 05:13:19 +00:00
ibcs2 Perform special sigset() check. 1996-12-08 02:24:10 +00:00
include Make LKM's build again. I have added the allegedly broken 1996-12-07 05:08:37 +00:00
isa 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return 1996-12-10 07:29:50 +00:00
linux Add IP_OPTIONS and the multicast-related setsockopts to the 1996-12-03 02:52:29 +00:00
pci More merge and update. 1996-10-30 22:41:46 +00:00
scsi Clear the busfree interrupt when one occurs, after a SELTO, or a bus reset. 1996-12-03 17:06:00 +00:00
Makefile