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
/
i386
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed freeing wrong address.
kato
2000-08-24
1
-1
/
+1
*
Fix the matcd driver for the new world order. This basically just
sheldonh
2000-08-23
1
-9
/
+9
*
Change the behavior of isa_nmi to log an error message instead of
ps
2000-08-06
2
-36
/
+62
*
Allow use of TSC even if APM is compiled in but disabled.
phk
2000-07-30
1
-1
/
+6
*
have pcvt's non-console probe and attach routines called again in case
hm
2000-07-15
1
-1
/
+12
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
6
-31
/
+9
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
2
-3
/
+3
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
2
-3
/
+3
*
Remove old entropy-harvesting hooks; this is going to be re-engineered
markm
2000-06-25
2
-5
/
+0
*
Fixed atpic_attach() for the SMP (specifically APIC_IO) case.
fsmp
2000-06-24
2
-2
/
+4
*
Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPX
msmith
2000-06-23
1
-1
/
+5
*
Add PnP probe methods to some common AT hardware drivers. In each case,
msmith
2000-06-23
6
-1
/
+327
*
Collect the ISA DMA defines from the MI ISA code, not a private copy.
msmith
2000-06-23
1
-3
/
+2
*
Bring the an(4) fixes to wi(4):
roberto
2000-06-19
1
-3
/
+10
*
Fix typo (accessable --> accessible).
alex
2000-06-14
2
-3
/
+3
*
Borrow phk's axe and apply the next stage of config(8)'s evolution.
peter
2000-06-13
1
-4
/
+0
*
1. Update Comtrol RocketPort driver(rp) to version 3.02.
tanimura
2000-06-11
1
-9
/
+11
*
No-op change. Remove #if NVT > 0 in files that are 'optional vt' and
peter
2000-06-10
6
-34
/
+0
*
INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)
dillon
2000-06-06
1
-13
/
+0
*
Pack the SWI bits to save some time and space.
bde
2000-05-31
3
-14
/
+6
*
Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a
bde
2000-05-31
4
-6
/
+6
*
Add SWI_TQ_MASK to imask definition.
dfr
2000-05-29
3
-3
/
+3
*
Add taskqueue system for easy-to-use SWIs among other things.
dfr
2000-05-28
1
-0
/
+3
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
26
-33
/
+259
*
Redo the isa compat driver shim so that each driver is self contained
peter
2000-05-28
4
-313
/
+35
*
Remove haveseen_iobase() - it is no longer called from anywhere in the
peter
2000-05-28
2
-23
/
+0
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
3
-7
/
+7
*
Add OPTi 82C700 chipset.
kuriyama
2000-05-24
1
-0
/
+3
*
Add 440MX chipset.
kuriyama
2000-05-24
1
-0
/
+3
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
3
-7
/
+7
*
Remove old lnc files.
paul
2000-05-14
3
-2359
/
+0
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
7
-253
/
+17
*
1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit
obrien
2000-05-10
3
-38
/
+38
*
AT&T asm syntax requires a leading '*' in front of the operand for indirect
obrien
2000-05-10
1
-2
/
+2
*
Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).
phk
2000-05-05
1
-0
/
+2
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
7
-6
/
+8
*
Don't use struct buf for random small temporary buffers.
phk
2000-05-05
1
-5
/
+7
*
Add a little do-nothing ``slopsucker'' device which gives a home
wollman
2000-05-04
1
-0
/
+44
*
Don't assume that the PCI BIOS is going to clear the unused bits in %ecx
msmith
2000-05-04
1
-1
/
+5
*
Add $FreeBSD$
peter
2000-05-01
18
-1
/
+28
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Mark two functions as private.
peter
2000-04-29
3
-0
/
+11
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
2
-6
/
+8
*
* Use sys/sys/random.h rather than a i386 specific one.
obrien
2000-04-24
2
-380
/
+1
*
Changed interrupt level to splcam() because of the bs driver is CAM driver.
nyan
2000-04-22
1
-2
/
+4
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
5
-6
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
2
-2
/
+0
*
hm committed newbused vt driver this weekend, so it is no longer needed
imp
2000-04-17
1
-5
/
+0
*
When in infrastructure mode, use address 3 from the 802.11 header as the
wpaul
2000-04-17
1
-2
/
+7
*
Some more i386-only BIOS-friendliness:
msmith
2000-04-16
1
-9
/
+112
[next]