1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/i386
Brooks Davis 9bf40ede4a Replace the if_name and if_unit members of struct ifnet with new members
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.

This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.

Approved By:	re (in principle)
Reviewed By:	njl, imp
Tested On:	i386, amd64, sparc64
Obtained From:	NetBSD (if_xname)
2003-10-31 18:32:15 +00:00
..
acpica Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as 2003-10-30 16:14:55 +00:00
bios The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
compile
conf Alphabetical order for ACPI options broken by adding ACPI_NO_RESET_VIDEO. 2003-10-29 14:22:09 +00:00
i386 - Finish externing of r_idt in the f00f hack code. 2003-10-31 14:24:28 +00:00
ibcs2 Fix a multitude of security bugs in the iBCS2 emulator: 2003-10-12 04:25:26 +00:00
include Always export r_gdt and r_idt and give them extern declarations in 2003-10-30 21:42:17 +00:00
isa Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
linux Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
pci Change all SYSCTLS which are readonly and have a related TUNABLE 2003-10-21 18:28:36 +00:00
svr4 Use __FBSDID(). 2003-06-10 05:05:54 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00