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
/
ed
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-3
/
+3
*
Remove warning introduced by the last committer.
eivind
1998-12-13
1
-2
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
Discard previous commit.
kato
1998-10-08
1
-14
/
+1
*
Add SMC EtherEZ98 support to ed driver (PC-98).
kato
1998-10-08
1
-1
/
+14
*
Support PnP compatibility IDs. This allow e.g. the ed driver to pick
eivind
1998-09-13
1
-10
/
+7
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
1
-2
/
+2
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+1
*
Include <i386/isa/pnp.h> after including its prerequisite
bde
1998-06-17
1
-5
/
+5
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-8
/
+8
*
Don't use fast interrupts when initialized through PnP. if_ed does
eivind
1998-03-29
1
-2
/
+1
*
Removed unused #includes.
bde
1998-03-28
1
-11
/
+1
*
PR: i386/6040
danny
1998-03-17
1
-1
/
+2
*
Add PCI device ID of Surecom NE-34
se
1998-02-27
1
-1
/
+2
*
Support for "MAC address in CIS" type cards.
hosokawa
1998-02-27
1
-1
/
+9
*
PCCARD-code related style nits, as requested.
msmith
1998-02-27
1
-14
/
+14
*
Fix some style nits and remove an unused header.
msmith
1998-02-27
1
-2
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Add PnP support to if_ed.c.
eivind
1998-02-05
1
-4
/
+113
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-2
/
+4
*
Add Winbond W89C940 ID to the list.
msmith
1997-11-22
1
-1
/
+2
*
- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
nate
1997-11-20
1
-2
/
+2
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-2
/
+1
*
Sigh, kill setting of 0WS...it breaks more machines than it fixes.
dg
1997-11-02
1
-4
/
+3
*
The previous change added a use of the DATA_SET macro, but forgot
jdp
1997-10-29
1
-1
/
+2
*
- Instead of relying on a functional call to register PCARD-capable drivers,
nate
1997-10-26
1
-9
/
+3
*
- Functional changes to PCCARD support.
nate
1997-10-26
1
-51
/
+12
*
- Do a bunch of gratuitous changes intended to make the code easier to
nate
1997-10-26
1
-50
/
+50
*
Backed out part of a previous change: don't set ZWS on '790 chips; it has
dg
1997-10-03
1
-6
/
+1
*
Change the address for the low end of what we permit from c0000 down
dg
1997-09-10
1
-2
/
+2
*
Added a check for the ISA memory address range being valid. Fixes PR#835.
dg
1997-09-08
1
-2
/
+9
*
Turn on the 0WS option for 16bit cards. Newer machines insert enough
dg
1997-09-08
1
-18
/
+27
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.
danny
1997-08-14
1
-1
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-12
/
+1
*
Rearrange pci network card identification for easier additions.
davidn
1997-04-18
1
-13
/
+18
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
3
-3
/
+3
*
really minor cleanup
julian
1997-02-11
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
3
-3
/
+3
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
1
-27
/
+12
*
Add PCI IDs of the ProLAN and Compex PCI NE2000 clones.
se
1996-12-21
1
-8
/
+11
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-2
/
+2
*
1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return
dg
1996-12-10
1
-13
/
+3
*
PR kern/2141:
phk
1996-12-03
1
-1
/
+2
*
Fix RFC 1650 stats... should have read the doco more carefully.
wollman
1996-11-15
1
-4
/
+1
*
This patch attempts to make the pccard probe in if_ed.c work with
nate
1996-10-17
1
-96
/
+24
[next]