index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.
jhb
2002-07-19
1
-0
/
+27
*
Add PCI ID for the ICH4 ATA100 controller.
jhb
2002-07-19
2
-0
/
+4
*
Eliminate the need for pccard_common.c by moving the function inline
imp
2002-07-17
3
-70
/
+19
*
Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSD
imp
2002-07-17
1
-0
/
+3
*
regen from pccarddevs 1.33
imp
2002-07-17
1
-2
/
+18
*
MFOpenBSD:
imp
2002-07-17
1
-1
/
+9
*
- Use more correct values to initialize the AGP controller during setup.
jhb
2002-07-17
1
-6
/
+21
*
- Use IO mode to reset the controller (82544 and beyond)
pdeuskar
2002-07-16
6
-103
/
+429
*
Add missing quotes around ID string in __FBSDID().
tmm
2002-07-16
1
-1
/
+1
*
Re-fetch the interface handle after setting the config number,
iedowse
2002-07-15
2
-1
/
+4
*
Upgrade the random device to use a "real" hash instead of building
markm
2002-07-15
3
-54
/
+11
*
Use semicolons at the end of function-like macros for the sake of
markm
2002-07-15
2
-2
/
+2
*
Correct module name of my previous commit.
ume
2002-07-15
1
-1
/
+1
*
fix driver name in DRIVER_MODULE
fjoe
2002-07-15
2
-2
/
+2
*
o Lock page queue accesses by vm_page_wire().
alc
2002-07-14
2
-0
/
+4
*
Miscellaneous fixes:
tmm
2002-07-14
2
-28
/
+47
*
o Complete the locking of page queue accesses by vm_page_unwire().
alc
2002-07-13
2
-0
/
+6
*
When usb is kld, ucom and uplcom were failed to load because of
ume
2002-07-13
2
-0
/
+2
*
Remove a couple of debugging lines.
mjacob
2002-07-11
1
-7
/
+0
*
'Support' for ISP SBus cards.
mjacob
2002-07-11
5
-9
/
+853
*
Add SBus firmware (compiled in only for sparc systems).
mjacob
2002-07-11
2
-0
/
+1304
*
Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serial
sobomax
2002-07-10
1
-0
/
+1
*
Incorporate changes made to the NetBSD version of this driver.
benno
2002-07-10
4
-87
/
+159
*
Add a VT_LOCKSWITCH ioctl that disallows vty switching. Something
dd
2002-07-10
2
-0
/
+15
*
It's not "usio" anymore, it's "ucom".
joe
2002-07-10
3
-5
/
+5
*
Improve detach operation.
joe
2002-07-10
3
-14
/
+53
*
Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.
joe
2002-07-10
1
-0
/
+3
*
Regen.
joe
2002-07-10
2
-2
/
+9
*
Add another ucom device (ELECOM UC-SGT).
joe
2002-07-10
2
-0
/
+3
*
Resolve conflicts arising from the ACPI CA 20020611 import.
iwasaki
2002-07-09
3
-60
/
+82
*
Regen for SMC 2206USB/ETH EZ Connect adapter.
joe
2002-07-09
2
-2
/
+9
*
MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)
joe
2002-07-09
2
-0
/
+2
*
Delay the creation of the ugenX device node until we're certain
joe
2002-07-09
1
-5
/
+6
*
Add 2002 to copyright.
mjacob
2002-07-08
1
-1
/
+1
*
Add get/set param ioctl support.
mjacob
2002-07-08
2
-135
/
+154
*
Add get/set param ioctls.
mjacob
2002-07-08
1
-0
/
+23
*
Add override so that we can force set our hard loopdid.
mjacob
2002-07-08
1
-0
/
+14
*
Remove the 'bogus registrant' hack for fabric searches. It really
mjacob
2002-07-08
1
-12
/
+9
*
Reenable the m3 interrupts in m3_pci_resume() and do not
robert
2002-07-08
1
-2
/
+2
*
Cleanup after my de-__P (remove leading whitespace before prototype args).
alfred
2002-07-06
1
-72
/
+101
*
Cleanup after my de-__P (remove leading whitespace before prototype args).
alfred
2002-07-06
1
-84
/
+120
*
Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.
iwasaki
2002-07-06
1
-2
/
+2
*
regenerate
benno
2002-07-05
1
-3
/
+9
*
Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes the
benno
2002-07-05
3
-0
/
+483
*
Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY used
benno
2002-07-05
2
-3
/
+3
*
Disable hardware checksum offloading of IP fragments in the bge
jdp
2002-07-04
1
-1
/
+1
*
Make interrupt driven EC transaction optional.
takawata
2002-07-02
1
-0
/
+2
*
IF_HANDOFF is no longer in -stable
imp
2002-06-30
1
-12
/
+0
*
Fix if_timer logic so that there is always a timeout pending if there
luigi
2002-06-30
1
-2
/
+4
*
Fix if_timer logic to make sure that there is always a timeout
luigi
2002-06-30
1
-6
/
+6
[next]