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
/
puc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Add location and pnpinfo strings for puc device ports. The location is
jhb
2011-06-14
1
-0
/
+38
*
Fix interrupt handling. It started off broken and grew worse over time.
marcel
2009-12-11
1
-46
/
+62
*
-axe p_ih from struct puc_port cause it was useless
piso
2007-06-06
1
-8
/
+4
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-10
/
+12
*
Fix building with GCC 4.2: ensure types are defined before refering to them.
obrien
2006-06-29
1
-1
/
+1
*
Rewrite of puc(4). Significant changes are:
marcel
2006-04-28
1
-486
/
+583
*
Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so that
jhb
2006-02-22
1
-4
/
+2
*
Don't enable PUC_FASTINTR by default in the source. Instead, enable it
jhb
2005-11-21
1
-4
/
+0
*
Eliminate tinderbox errors.
rodrigc
2005-11-07
1
-3
/
+5
*
Avoid trouble with PUC_FASTINTR if it is already defined.
phk
2005-11-06
1
-0
/
+2
*
Now that fast interrupts can be shared we can use them in puc.
phk
2005-11-05
1
-0
/
+1
*
puc(4) does strange things to resources in order to fool the
phk
2005-09-28
1
-4
/
+3
*
__RMAN_RESOURCE_VISIBLE not needed.
phk
2005-09-25
1
-1
/
+0
*
- sparc64/fhc/fhc.c:
marius
2005-03-04
1
-9
/
+0
*
Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given that
marius
2005-02-26
1
-0
/
+9
*
fail gracefully rather than using an invalid array index if unable
sam
2005-02-25
1
-2
/
+6
*
Revert part of last commit that was unintentional
imp
2005-01-11
1
-1
/
+1
*
Use the standard FreeBSD license
imp
2005-01-11
1
-13
/
+13
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Remove duplicate FreeBSD id
imp
2004-07-01
1
-3
/
+0
*
While this file still needs __RMAN_RESOURCE_VISIBLE to get the size of
imp
2004-07-01
1
-6
/
+9
*
Remove extra RMAN_RESOURCE_VISISBLE
imp
2004-06-30
1
-1
/
+0
*
puc needs to peek into struct resource too.
imp
2004-06-30
1
-0
/
+1
*
This needs __RMAN_RESOURCE_VISIBLE
phk
2004-06-30
1
-1
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+3
*
Make the port number available to the sub-device with PUC_IVAR_PORT.
marcel
2003-09-26
1
-3
/
+8
*
Enhance puc(4) to support uart(4). This includes:
marcel
2003-09-06
1
-69
/
+80
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Add printer support to puc(4) driver.
ambrisko
2003-08-01
1
-2
/
+15
*
Add support for IC Book Ironclad Pro/Lite 8-port cards.
sobomax
2003-04-30
1
-2
/
+2
*
- Add minimal support for TI16754 4xUART chip into sio(4) driver and remove
sobomax
2003-03-15
1
-6
/
+68
*
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
1
-9
/
+15
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Add a field so we can specify flags per port to the underlying device driver.
phk
2002-09-27
1
-0
/
+2
*
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
1
-2
/
+12
*
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
1
-3
/
+2
*
More cleaning up and unhacking:
phk
2002-08-31
1
-148
/
+33
*
Don't enable PUC_DEBUG by accident
phk
2002-08-31
1
-1
/
+0
*
Split the puc driver in pci specific and generic parts.
phk
2002-08-31
1
-98
/
+16
*
cardbus attachment.
imp
2002-07-21
1
-0
/
+1
*
Ignore the multifunction bit in the PCIR_HEADERTYPE.
jhay
2002-04-24
1
-1
/
+1
*
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
1
-5
/
+0
[next]