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
/
puc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
MFp4: Add support for memory mapped UARTs, but don't add any devices
marcel
2003-01-18
2
-9
/
+18
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
fix build (make LINT)
sam
2002-12-30
1
-0
/
+1
*
Add support for IC Book Labs Dreadnought x16 Lite.
sobomax
2002-12-28
2
-1
/
+24
*
Add "missing scratch-pad register" to the first of the two ports
phk
2002-09-27
1
-2
/
+2
*
Add a field so we can specify flags per port to the underlying device driver.
phk
2002-09-27
2
-0
/
+3
*
Don't let children attach fast interrupts if the parent interrupt is normal.
phk
2002-09-04
1
-2
/
+2
*
Bring back the PUC_FASTINTR option, and implement it correctly so that
phk
2002-09-04
2
-2
/
+13
*
Remove a debug printf.
phk
2002-09-03
1
-2
/
+2
*
Fix interrupt registration:
phk
2002-09-03
1
-10
/
+3
*
Style: fix a function whitespace stuff-up. Remove a debugging printf.
phk
2002-09-03
1
-2
/
+3
*
Style: move a global variable up to the top of the file.
phk
2002-09-03
1
-3
/
+2
*
Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from the
jmallett
2002-09-01
3
-7
/
+6
*
More cleaning up and unhacking:
phk
2002-08-31
5
-152
/
+249
*
Don't enable PUC_DEBUG by accident
phk
2002-08-31
2
-2
/
+0
*
Split the puc driver in pci specific and generic parts.
phk
2002-08-31
4
-98
/
+299
*
Add an entry for Avlab's low profile 4 serial port card.
jhay
2002-08-22
1
-0
/
+12
*
Add an entry for VScom PCI-200L 2 port serial card.
jhay
2002-08-22
1
-0
/
+10
*
cardbus attachment.
imp
2002-07-21
1
-0
/
+1
*
Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,
obrien
2002-06-18
1
-0
/
+87
*
Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).
obrien
2002-06-18
2
-1
/
+29
*
Add another chip id for the new LAVA 4-port serial card.
jhay
2002-04-24
1
-0
/
+10
*
Ignore the multifunction bit in the PCIR_HEADERTYPE.
jhay
2002-04-24
1
-1
/
+1
*
Add an entry for "PCCOM dual port RS232/422/485".
jhay
2002-04-01
1
-0
/
+9
*
Add an entry for Decision Computer Inc, PCCOM 4-port serial cards.
murray
2002-03-28
1
-0
/
+12
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Remove the #if __FreeBSD_version glue now that the puc driver is part of
jhay
2002-03-08
2
-11
/
+0
*
Add the "Avlab Technology, PCI IO 2S" card.
jhay
2002-03-06
1
-0
/
+9
*
Release allocated memory and bus_space_handle on an error.
nyan
2002-02-19
1
-3
/
+21
*
Move the bus_space_subregion function from the puc driver to the bus_space
nyan
2002-02-17
1
-12
/
+0
*
Add the puc (PCI "Universal" Communications) driver. The idea and some of
jhay
2002-02-16
3
-0
/
+1560