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
*
Reduced nesting of #includes in random.h and adjusted isa/random_machdep.c
bde
1996-06-17
1
-1
/
+2
*
Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise).
bde
1996-06-17
1
-36
/
+15
*
In getit(), use read_eflags()/write_eflags() to preserve the interrupt
bde
1996-06-17
1
-3
/
+8
*
Fix cut/paste error; a read-only variable should have been read/write.
peter
1996-06-16
1
-2
/
+2
*
Whoops, I accidentally deleted a necessary ":" which is part of the
nate
1996-06-15
1
-2
/
+2
*
At long last, we know have support for the 3C589 in a FreeBSD release
nate
1996-06-14
2
-3
/
+219
*
Better code for switching the ethernet transceiver.
nate
1996-06-14
1
-30
/
+32
*
The Great PC98 Merge.
asami
1996-06-14
2
-2
/
+10
*
Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decide
se
1996-06-13
1
-2
/
+2
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
18
-51
/
+47
*
Clean up -Wunused warnings. Also clean up a -Winline warning while here.
gpalmer
1996-06-12
1
-40
/
+41
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
2
-18
/
+14
*
Move warning messages under bootverbose
pst
1996-06-11
1
-4
/
+8
*
Put clock calibration #defines in opt_clock.h to ease reconfiguration
pst
1996-06-11
1
-1
/
+2
*
Fix the spl handling. There's still the effect that the timers have
joerg
1996-06-09
1
-14
/
+32
*
Implement CDIOCCLOSE
ache
1996-06-09
1
-4
/
+16
*
Eliminate a struct copy that gcc doesn't inline and ends up as a call to
peter
1996-06-08
1
-2
/
+2
*
Fixed calculation of the number of cylinders. wdp_cylinders (was
bde
1996-06-08
2
-18
/
+15
*
Removed recently introduced unnecessary #includes of <machine/cpu.h>
bde
1996-06-08
1
-4
/
+1
*
Fixed group and permissions for devfs devices (group operator was games;
bde
1996-06-08
3
-32
/
+38
*
Fixed existence, minor numbers, group and permissions for devfs devices
bde
1996-06-08
1
-20
/
+29
*
Replaced some memcpy()'s by bcopy()'s.
bde
1996-06-08
1
-3
/
+3
*
Bring in changes from if_ep.c for PCCARD driver.
nate
1996-06-04
1
-2
/
+2
*
Hide the ``wrong signature'' message behind bootverbose. It's
joerg
1996-06-02
1
-2
/
+4
*
Fix ioctl() operations...nasty typo
pst
1996-05-31
1
-2
/
+2
*
Jump some hoops to have the *.s code being able to be run through both an
peter
1996-05-31
2
-42
/
+42
*
When estimating the time (in ms) left to drain the output queue based
peter
1996-05-30
1
-4
/
+4
*
Clean up the warnings produced by the recent PCI code. Requested by
gpalmer
1996-05-27
1
-1
/
+3
*
Fix the warnings about "cant inline call to xxx" by reordering two
peter
1996-05-27
1
-46
/
+49
*
Properly determine the offset of the remaining bytes we need to transfer
gibbs
1996-05-24
1
-2
/
+2
*
"board not responding" -> "board is not responding"
dima
1996-05-22
1
-5
/
+5
*
Add support for NE2000 compatible PCI Ethernet cards. The PCI probe
se
1996-05-18
1
-25
/
+90
*
Fix the "well-known retries bug" (a logic-o).
joerg
1996-05-12
1
-2
/
+2
*
Give up waiting for a successful keyboard reset after some
joerg
1996-05-11
1
-5
/
+7
*
*blush* How did this slip through?
peter
1996-05-08
1
-2
/
+5
*
Simplify probe. Removed the DELAY() as it's not needed.
nate
1996-05-07
1
-3
/
+1
*
Removed one of the un-documented CTRL pokes, and replace it with a one
nate
1996-05-07
1
-0
/
+4
*
Make sure you include <sys/devconf.h> if you have devconf code. :(
nate
1996-05-07
1
-1
/
+2
*
Added code to avoid keyboard 'hangs' during the probe.
nate
1996-05-07
1
-2
/
+7
*
Added devconf() support.
nate
1996-05-07
1
-14
/
+41
*
Re-wrote psm_poll_status() to use the ioport supplied in the kernel
nate
1996-05-07
1
-17
/
+16
*
Last typo fixed (network came up for a few minutes).
nate
1996-05-07
1
-0
/
+1
*
Augh, more typos.
nate
1996-05-07
1
-5
/
+5
*
Whoops, brain-o's with the previous commit. Fix up quite a few typos.
nate
1996-05-07
1
-17
/
+14
*
- KNF'ify
nate
1996-05-07
1
-87
/
+57
*
Update qcamdriver to 1.1-release distribution.
pst
1996-05-06
3
-42
/
+46
*
Avoid potential trademark conflict
peter
1996-05-05
1
-2
/
+2
*
Change the logic of the interrupt/poll loop. It no longer loops until
peter
1996-05-05
1
-4
/
+15
*
Change the compiled-in polling parameters to a sysctl setting.
peter
1996-05-05
1
-7
/
+11
*
Add $Id$
peter
1996-05-04
1
-0
/
+2
[next]