benno 2008-06-17 05:48:42 UTC
FreeBSD src repository
Modified files:
sys/dev/smc if_smc.c
Log:
SVN rev 179837 on 2008-06-17 05:48:42Z by benno
- Move ether_ifdetach earlier.
- Drain callouts after ether_ifdetach.
Suggested by: jhb
Revision Changes
benno 2008-06-13 00:48:09 UTC
FreeBSD src repository
Modified files:
sys/dev/smc if_smc.c if_smcvar.h
Log:
SVN rev 179770 on 2008-06-13 00:48:09Z by benno
Use callout_init_mtx to simplify locking somewhat. While we're here,
rearrange
some operations in smc_det
benno 2008-06-12 00:38:54 UTC
FreeBSD src repository
Modified files:
sys/dev/smc if_smc.c if_smcvar.h
Log:
SVN rev 179744 on 2008-06-12 00:38:54Z by benno
Make sure we drain our taskqueues and stop our callouts in detach.
Revision ChangesPath
1.4
benno 2008-06-11 07:26:02 UTC
FreeBSD src repository
Modified files:
sys/dev/smc if_smc.c if_smcvar.h
Log:
SVN rev 179719 on 2008-06-11 07:26:02Z by benno
Switch to using a normal mutex instead of a spin mutex.
We still use the interrupt filter due to perform
benno 2008-06-11 06:53:55 UTC
FreeBSD src repository
Modified files:
sys/dev/smc if_smc.c if_smcvar.h
Log:
SVN rev 179718 on 2008-06-11 06:53:55Z by benno
Convert bus_space_{read,write}_* calls to bus_{read,write}_* calls.
Suggested by: jhb
Revision C
benno 2008-06-06 05:08:09 UTC
FreeBSD src repository
Modified files:
sys/arm/include intr.h
sys/conf options.arm
Added files:
sys/arm/conf GUMSTIX GUMSTIX.hints
sys/arm/xscale/pxa files.pxa if_smc_smi.c pxa_gpio.c
benno 2008-06-06 05:00:49 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/dev/mii miidevs
Added files:
sys/dev/mii smcphy.c
sys/dev/smc if_smc.c if_smcreg.h if_smcvar.h
Log:
SVN rev 179592 on 2008-06-06 05:00
benno 2008-05-30 01:57:13 UTC
FreeBSD src repository
Modified files:
sys/dev/uart uart_dev_ns8250.c
Log:
The XScale PXA255 has three generally ns16x50 compatible UARTs. One of the
variations from normal 16x50 behaviour however is the the use of a normally
unused bi
benno 2008-05-16 06:50:40 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES
Log:
Document BOOTP_BLOCKSIZE.
Revision ChangesPath
1.1486+1 -0 src/sys/conf/NOTES
___
cvs-all@freebsd.org mailing li
benno 2008-05-16 06:27:03 UTC
FreeBSD src repository
Modified files:
sys/conf options
sys/nfsclientbootp_subr.c
Log:
Allow the block size used when booting over NFS to be overridden. It defaults
to 8192 bytes which is the size currently used.
Re
benno 2008-04-11 05:50:53 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ehci_pci.c uhci_pci.c
Log:
Identify ICH9 USB controllers.
I've taken a slightly different approach than is used with the ICH8
controllers
in that each controller is not identified
benno 2008-02-01 07:17:26 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_pppoe.c
Log:
Band-aid recent commit by mav by replacing a variable in a CTR statement with
the variable that appears as if it should've been there.
Pointy hat to: mav
benno 2007-04-01 01:11:50 UTC
FreeBSD src repository
Modified files:
share/misc committers-src.dot
Log:
Add myself and grehan.
Revision ChangesPath
1.39 +4 -0 src/share/misc/committers-src.dot
___
cvs-a
iff!
--
Benno Rice
[EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
benno 2006-11-16 08:04:29 UTC
FreeBSD src repository
Modified files:
tools/tools/nanobsd FlashDevice.sub
Log:
Add the Transcend 2GB card specs.
Revision ChangesPath
1.8 +5 -0 src/tools/tools/nanobsd/FlashDevice.sub
___
Christian S.J. Peron wrote:
[snip]
Log:
Fix the following bpf(4) race condition which can result in a panic:
[snip]
This change causes panics in kernels that don't have device bpf present.
The attached patch fixes this.
--
Benno Rice
[EMAIL PROTECTED]
Index:
benno 2006-05-30 14:21:09 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
Log:
In pmap_mapdev we correctly round the address off to the nearest page
boundary, but we must also add the offset back on to the va we return.
Revision ChangesPath
benno 2006-05-23 06:04:45 UTC
FreeBSD src repository
Modified files:
sys/dev/uart uart_dev_ns8250.c
Log:
The lcr variable in ns8250_probe is now unused. Remove it.
Missed by: benno
Revision ChangesPath
1.23 +1 -1 src/sys/dev/uart/uart_de
benno 2006-05-23 00:41:12 UTC
FreeBSD src repository
Modified files:
sys/dev/ic ns16550.h
sys/dev/uart uart_dev_ns8250.c
Log:
Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0.
- Rename REG_DL to REG_DLL and REG_DLH.
- Always
benno 2006-05-15 10:40:37 UTC
FreeBSD src repository
Modified files:
sys/arm/arm machdep.c
Log:
Display real/avail memory as per other platforms.
Approved by:cognet
Revision ChangesPath
1.23 +29 -3 src/sys/arm/arm/machdep.c
___
benno 2006-05-14 07:11:28 UTC
FreeBSD src repository
Modified files:
sys/kern init_main.c
Log:
The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we include
opt_ddb.h.
Spotted by: benno
Pointy hat to: benno
Revision ChangesPath
1
benno 2006-05-12 10:25:54 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES
Log:
Document VERBOSE_SYSINIT in NOTES.
Requested by: Niclas Zeising
Revision ChangesPath
1.1362+8 -0 src/sys/conf/NOTES
benno 2006-05-12 02:01:38 UTC
FreeBSD src repository
Modified files:
sys/conf options
sys/kern init_main.c
Log:
Add a new kernel config option, VERBOSE_SYSINIT.
When porting FreeBSD to a new platform, one of the more useful things to do is
ge
23 matches
Mail list logo