imp 2006-07-18 22:01:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 kb920x_machdep.c
Log:
MFC: configure peripheral I/O pins better
Revision ChangesPath
1.8.2.2 +59 -3 src/sys/arm/at91/kb920x_machdep.c
__
imp 2006-07-18 22:01:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 files.at91
Log:
MFC: at91_spi now depends on spibus
Revision ChangesPath
1.5.2.2 +3 -1 src/sys/arm/at91/files.at91
imp 2006-07-18 22:02:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 std.at91 std.kb920x
Log:
MFC: Merge common options into std files
Revision ChangesPath
1.1.2.2 +1 -0 src/sys/arm/at91/std.at91
1.2.2.2 +4 -
imp 2006-07-18 22:03:33 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/conf KB920X
Log:
MFC: Tweaks to config file
Revision ChangesPath
1.7.2.2 +11 -16src/sys/arm/conf/KB920X
_
imp 2006-07-19 21:41:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/include in_cksum.h
Log:
MFC: Merge the change from inline function to prototype.
Revision ChangesPath
1.2.2.1 +1 -10 src/sys/arm/include/in_cksum.h
imp 2006-07-19 21:53:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/include in_cksum.h
Log:
MFC: Also need do_pseudo from -current. Doh!
Revision ChangesPath
1.2.2.2 +15 -1 src/sys/arm/include/in_cksum.h
___
imp 2006-07-19 21:54:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 uart_dev_at91usart.c
Log:
Fix MisMFC: Current uses SER_* and stable uses UART_*
Revision ChangesPath
1.6.2.3 +10 -10src/sys/arm/at91/uart_dev_at
imp 2006-07-19 22:00:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 uart_dev_at91usart.c
Log:
MFp4: Merge #defines for uart_{,un}lock()
Revision ChangesPath
1.6.2.4 +2 -0 src/sys/arm/at91/uart_dev_at91usart.c
__
imp 2006-07-20 22:42:48 UTC
FreeBSD src repository
Modified files:
share/mk bsd.cpu.mk
Log:
Remove ALPHA optimization pointer for gcc flags.
Add ARM optimization pointer for gcc flags.
Revision ChangesPath
1.53 +1 -1 src/share/mk/bsd.cpu.mk
imp 2006-07-21 19:13:06 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-queue.c
Log:
If we get an error w/o atapi sense information, just print a newline
to terminate the message we started. I get non-terminated messages
when reading audio tracks w/o
imp 2006-07-24 17:34:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/conf options
sys/sys sysctl.h
Log:
MFC: NO_SYSCTL_DESCR option.
RevisionChangesPath
1.510.2.12 +2 -0 src/sys/conf/options
1.13
imp 2006-07-24 17:54:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/conf files
Log:
MFC: Add ability to configure subset of miibus subsystem, down to
the individual phys. This can save about 64k in kernel size.
Revision Cha
imp 2006-07-24 19:47:00 UTC
FreeBSD src repository
Modified files:
sys/dev/usb uplcom.c usbdevs
Log:
Add a few more devices to the supported list. Specifically, the PHAROS and
the silly dongly I just bought at Radio Shack.
Revision ChangesPath
1.37
imp 2006-07-26 16:56:56 UTC
FreeBSD src repository
Modified files:
lib/libc/gen tls.c
Log:
Remove stale comment about arm
Revision ChangesPath
1.10 +0 -2 src/lib/libc/gen/tls.c
___
cvs-all@freebsd.org m
From: Colin Percival <[EMAIL PROTECTED]>
Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h
Date: Fri, 04 Aug 2006 01:14:54 -0700
> Yar Tikhiy wrote:
> > Yeah, it's a thing to watch out for. As are __TIME__ and __DATE__.
>
> FWIW, the following files in 6.1-RELEASE/i386 contain build timest
From: Gleb Smirnoff <[EMAIL PROTECTED]>
Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h
Date: Fri, 4 Aug 2006 13:54:14 +0400
> Prafulla,
>
> On Thu, Aug 03, 2006 at 07:05:05PM +, Prafulla Deuskar wrote:
> P> pdeuskar2006-08-03 19:05:05 UTC
> P>
> P> FreeBSD src repository
> P
imp 2006-08-05 18:22:11 UTC
FreeBSD src repository
Modified files:
usr.sbin/kldxref kldxref.c
Log:
Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,
there was still one overflow possible. strlcpy is faster anyway
because it doesn't unexpectedly z
imp 2006-08-09 00:05:54 UTC
FreeBSD src repository
Modified files:
sys/dev/pccard pccard_cis.c
Log:
Thomas Wintergerst reports that when this tsleep went away, certain
cards stopped working. Specifically the AVM B1 PCMCIA Card no longer
detected. Its CIS chain rea
From: [EMAIL PROTECTED] (Dag-Erling Smørgrav)
Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c
Date: Sun, 06 Aug 2006 18:45:42 +0200
> Bruce M Simpson <[EMAIL PROTECTED]> writes:
> > Log:
> > Add identifier for the Epson CX3650 all-in-one scanner function.
> > This enables the sca
imp 2006-08-09 18:23:47 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-disk.c
Log:
Most platforms map the actual drive geometry to the firmware's notion
of geometry. However, some platforms have a more complicated mapping
of the firmware values to th
imp 2006-08-09 18:25:07 UTC
FreeBSD src repository
Modified files:
sys/pc98/include md_var.h
sys/pc98/pc98pc98_machdep.c
Log:
Add pc98 specific code to adjust the firmware geometry when it differs
from the actual geometry. This enables support of disks lar
imp 2006-08-09 20:58:56 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_st.c
Log:
Hook into the watchdog device, if present. Also, turn off the
watchdog timer stuff when we boot because the boot blocks are turning
it on...
Revision ChangesP
imp 2006-08-09 23:37:30 UTC
FreeBSD src repository
Modified files:
sys/i386/i386machdep.c
Log:
Minor style(9) nit.
Revision ChangesPath
1.633 +2 -2 src/sys/i386/i386/machdep.c
___
cvs-all@freebsd.org mai
imp 2006-08-09 23:47:38 UTC
FreeBSD src repository
Modified files:
sys/i386/isa clock.c
sys/i386/confXBOX
Log:
Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set a
different TIMER_FREQ value than default. Accomplish this via the
conf
imp 2006-08-10 06:29:15 UTC
FreeBSD src repository
Added files:
sys/boot/arm Makefile
Log:
Add a dummy makefile to keep build happy
Revision ChangesPath
1.1 +5 -0 src/sys/boot/arm/Makefile (new)
___
cv
imp 2006-08-10 06:29:43 UTC
FreeBSD src repository
Modified files:
sys Makefile
sys/boot Makefile
Log:
Don't need to special case arm here anymore
Revision ChangesPath
1.38 +0 -2 src/sys/Makefile
1.30 +0 -2 s
imp 2006-08-10 17:54:51 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/libat91 xmodem.c
Log:
MFp4: Increase character timeout to 10. Make it a #define for easier
changes in the future. This helps with getting started and to
overcome the really sucky level
imp 2006-08-10 17:59:22 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/libat91 at91rm9200_lowlevel.h
Log:
MFp4: Tweaks for our board.
Revision ChangesPath
1.2 +1 -1 src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h
__
imp 2006-08-10 18:02:28 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/libat91 at91rm9200.h
Log:
MFp4: Catchup with migration of some defines.
Revision ChangesPath
1.2 +1 -317src/sys/boot/arm/at91/libat91/at91rm9200.h
__
imp 2006-08-10 18:07:01 UTC
FreeBSD src repository
Removed files:
sys/boot/arm/at91/libat91 env_vars.c loader_prompt.c
Log:
MFp4: These will migrate to the boot specific directories because they
are too hard to share between the different boot loaders.
Revision Change
imp 2006-08-10 18:07:49 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/libat91 lib.h p_string.c
Removed files:
sys/boot/arm/at91/libat91 eeprom.h p_string.h
Log:
MFp4: consolidate #include files down to lib.h
Revision ChangesPath
1.2 +0
imp 2006-08-10 18:11:22 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/libat91 emac.c emac.h
Log:
MFp4: Numerous changes from p4 to try to improve tftp downloading,
reduce code footprint, etc. While some problems still remain, the
reliability of tftp is muc
imp 2006-08-10 18:14:36 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/libat91 Makefile
Added files:
sys/boot/arm/at91/libat91 spi_flash.c spi_flash.h
Log:
MFp4:
Remove obsolete files in list
Add spi flash reading routines
Revisio
imp 2006-08-10 18:19:45 UTC
FreeBSD src repository
Removed files:
sys/boot/arm/at91/libat91 env_vars.h loader_prompt.h
Log:
MFp4: remove obsolete files
Revision ChangesPath
1.2 +0 -54 src/sys/boot/arm/at91/libat91/env_vars.h (dead)
1.2 +0 -55
imp 2006-08-10 18:22:56 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91Makefile.inc
Log:
MFp4:
Reach over into the arm tree to grab some at91 definitions.
Better warnings
Lots of build tweaks
Revision ChangesPath
1.3 +23 -6 src/
imp 2006-08-10 18:03:51 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/libat91 eeprom.c
Log:
MFp4: Make it clearer that the address passed to the eeprom routines is
really an offset within the eeprom device, and not a IIC address.
Revision ChangesPat
imp 2006-08-10 19:55:52 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/bootiic Makefile arm_init.S main.c
Added files:
sys/boot/arm/at91/bootiic env_vars.c env_vars.h
loader_prompt.c loader_prompt.h
Log:
MFp4: Integrate a bo
imp 2006-08-12 08:53:54 UTC
FreeBSD src repository
Modified files:
sys/dev/exca excareg.h
Log:
The TOPIC97 and TOPIC100 seem to have a special register in the exca
space that enables low voltage operation (and maybe other stuff).
Enable the bits in this register s
imp 2006-08-12 09:06:55 UTC
FreeBSD src repository
Modified files:
sys/dev/pccbbpccbb.c pccbb_pci.c pccbbreg.h
Log:
Batch of changes:
o when turning off the socket for a 16-bit card, write 0 to INTR register
rather than just tying to just clear the rest bit. th
imp 2006-08-14 21:09:37 UTC
FreeBSD src repository
Modified files:
sys/conf files
Log:
Do not include ucom as a dependency line to enable inclusion of the
serial line usb drivers that depend on it. Instead, let the compile
fail rather than silently not includ
imp 2006-08-15 15:48:58 UTC
FreeBSD src repository
Modified files:
sys/i386/xboxxbox.c
Log:
No need for opt_global.h here
Revision ChangesPath
1.3 +0 -1 src/sys/i386/xbox/xbox.c
___
cvs-all@freebsd.org
imp 2006-08-15 18:11:25 UTC
FreeBSD src repository
Modified files:
sys/arm/arm elf_trampoline.c
Log:
add comment about why we include opt_global.h
Revision ChangesPath
1.12 +4 -0 src/sys/arm/arm/elf_trampoline.c
_
imp 2006-08-15 21:54:04 UTC
FreeBSD doc repository
Modified files:
share/pgpkeysimp.key
Log:
Regen key after latest hard disk fiasaco
Revision ChangesPath
1.6 +40 -31doc/share/pgpkeys/imp.key
___
cvs-al
imp 2006-08-16 23:14:52 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/boot0iic Makefile main.c
Removed files:
sys/boot/arm/at91/boot0iic doit.c
Log:
MFp4:
Simplify life a little for such a simple program.
Revision ChangesPath
1.2 +
imp 2006-08-16 23:18:07 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/boot0spi Makefile main.c
Removed files:
sys/boot/arm/at91/boot0spi doit.c
Log:
MFp4:
Tidy up a bit. Make sure that the burned image matches the downloaded
one.
Revision C
imp 2006-08-16 23:39:58 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/bootiic loader_prompt.c
sys/boot/arm/at91/bootspi Makefile main.c
sys/boot/arm/at91/libat91 Makefile emac.c emac.h
Added files:
sys/boot/arm/at91/bootspi arm_init.S env_vars.c env
imp 2006-08-17 00:14:32 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/bootspi arm_init.S
Log:
MFp4: changes since .s -> .S rename. Use correct header for size
Revision ChangesPath
1.2 +17 -2 src/sys/boot/arm/at91/bootspi/arm_init.S
__
imp 2006-08-17 22:42:56 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usb_port.h
Log:
Don't put a ; after while (0)
Submitted by: jmg
Revision ChangesPath
1.79 +2 -2 src/sys/dev/usb/usb_port.h
imp 2006-08-17 22:50:33 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32.h
sys/compat/ndis ntoskrnl_var.h
sys/dev/arl if_arlreg.h
sys/dev/ath if_athvar.h
sys/dev/ips ips.h
sys/fs/msdosfs denode
imp 2006-08-17 22:57:09 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
sys/boot/arm Makefile
sys/boot/arm/at91Makefile Makefile.inc linker.cfg
sys/boot/arm/at91/boot0 Makefile README arm_init.s linker.cfg
mai
imp 2006-08-17 23:00:33 UTC
FreeBSD src repository
Modified files:
bin/ed main.c
Log:
while(0); -> while (0) in multiline macro
Revision ChangesPath
1.29 +1 -1 src/bin/ed/main.c
___
cvs-all@freebs
imp 2006-08-18 00:01:29 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-chipset.c
Log:
Appened ull to a really large integer constant to fix build on i386
Revision ChangesPath
1.170 +1 -1 src/sys/dev/ata/ata-chipset.c
_
imp 2006-08-18 20:26:54 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/boot0 Makefile
Log:
Support compiling as part of world
Revision ChangesPath
1.4 +1 -1 src/sys/boot/arm/at91/boot0/Makefile
_
imp 2006-08-18 21:37:27 UTC
FreeBSD src repository
Modified files:
sys/boot/arm Makefile
Log:
Build at91
Revision ChangesPath
1.2 +1 -1 src/sys/boot/arm/Makefile
___
cvs-all@freebsd.org mailing list
ht
imp 2006-08-18 21:41:43 UTC
FreeBSD src repository
Added files:
sys/boot/ficl/armsysdep.c sysdep.h
Log:
Copy powerpc ficl files sysdep files (maybe we need a common one)
Revision ChangesPath
1.1 +101 -0src/sys/boot/ficl/arm/sysdep.c (new)
1.1
imp 2006-08-18 21:43:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys Makefile
Log:
MFC: don't special case arm
Revision ChangesPath
1.33.2.2 +0 -2 src/sys/Makefile
___
c
imp 2006-08-20 05:20:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/usb usbdevs
Log:
MFC: Merge all the usb devices from current. I need one, and there's
no reason not to merge them all.
RevisionChangesPath
1.232.2.1
imp 2006-08-20 05:23:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/usb uplcom.c
Log:
MFC:
Radio Shack USB Cable
Prolific Pharos
Willcom W-SIM
HAMLET exagerate XUR232
No functional changes
imp 2006-08-20 05:54:45 UTC
FreeBSD src repository
Modified files:
share/man/man4 uplcom.4
Log:
Add a few devices that have been added recently.
Revision ChangesPath
1.14 +4 -0 src/share/man/man4/uplcom.4
___
imp 2006-08-20 05:56:00 UTC
FreeBSD src repository
Modified files:
share/man/man4 uplcom.4
Log:
Bump date, forgotten in 1.13
Revision ChangesPath
1.15 +1 -1 src/share/man/man4/uplcom.4
___
cvs-all@freebsd
imp 2006-08-20 06:31:24 UTC
FreeBSD src repository
Modified files:
bin/date netdate.c
Log:
Use strlcpy in place of strncpy + setting the last character NUL. To
be safe, memset the entire msg to '0'.
Revision ChangesPath
1.19 +2 -2 src/bin/
imp 2006-08-20 06:32:40 UTC
FreeBSD src repository
Modified files:
bin/df df.c
Log:
Prefer strlcpy to strncpy. In one case, this saves us from re-zeroing
data that's alreday 0. In another, it saves us from zeroing data that
will be overwritten again.
On 03/08/2011 10:51, Kostik Belousov wrote:
On Tue, Mar 08, 2011 at 05:46:12PM +, Johann Kois wrote:e
jkois 2011-03-08 17:46:12 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml
Log:
PR: docs/150124
Fix/Update
On 03/09/2011 03:04, Johann Kois wrote:
On 08.03.2011 19:48, Remko Lodder wrote:
On Mar 8, 2011, at 7:24 PM, Johann Kois wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/08/2011 18:51, Kostik Belousov wrote:
On Tue, Mar 08, 2011 at 05:46:12PM +, Johann Kois wrote:
jkois
On Oct 12, 2011, at 11:12 AM, Benedict Reuschling wrote:
> Your thoughts on this?
Two spaces are the one true way. It has been that way for a very long time.
These articles are much like the recursive make considered harmful articles.
Or those crazy people that think that the caps lock belon
imp 2010-06-14 21:19:11 UTC
FreeBSD ports repository
Modified files:
emulators/gxemul Makefile distinfo
Log:
Upgrade to latest gxemul 0.6.0.
Submitted by: Tassilo Philipp
Feature safe: yes
Revision ChangesPath
1.23 +6 -2 ports/emulators/gx
imp 2009-03-12 07:30:50 UTC
FreeBSD doc repository
Modified files:
en/projects/ideasideas.xml
Log:
Remove size reduction item... I don't think this is the right place
for it.
Revision ChangesPath
1.96 +1 -30 www/en/projects/ideas/ideas.xml
imp 2009-05-09 21:41:50 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/bwi-firmware-kmod Makefile distinfo pkg-descr pkg-plist
Log:
Firmware port for bwi driver.
Revision ChangesPath
1.2104+1 -0 ports/ne
imp 2010-01-19 06:54:44 UTC
FreeBSD ports repository
Modified files:
games/seahaven Makefile distinfo
Log:
Update to 1.50. Improves game play a little.
Revision ChangesPath
1.22 +1 -2 ports/games/seahaven/Makefile
1.7 +3 -3 ports/game
imp 2010-02-18 22:20:30 UTC
FreeBSD ports repository
Modified files:
sysutils/b43-fwcutter Makefile distinfo
Added files:
sysutils/b43-fwcutter/files patch-fwcutter_list.h
Log:
Upgrade to b43-fwcutter 0.12 which supports v4 firmware cutting.
Submitted by: Weongyo
imp 2010-02-18 22:22:48 UTC
FreeBSD ports repository
Added files:
net/bwn-firmware-kmod Makefile distinfo pkg-descr pkg-plist
Log:
Port to extract the v4.x firmware for Broadcom airforce parts.
Necessary for the up-coming bwn driver. Marked NO_PACKAGE because we
can't re
imp 2010-02-18 22:25:25 UTC
FreeBSD ports repository
Modified files:
net Makefile
Log:
Add bwn-firmware-kmod to the mix.
Feature safe: yes
Revision ChangesPath
1.2181+1 -0 ports/net/Makefile
__
imp 2010-03-07 07:03:21 UTC
FreeBSD ports repository
Modified files:
net/bwn-firmware-kmod Makefile
Log:
Make it possible to automatically load the right bwn firmware from new
bwn driver.
Feature safe: yes
Revision ChangesPath
1.2 +2 -2 ports/net
imp 2010-03-08 22:02:53 UTC
FreeBSD ports repository
Added files:
devel/p5-Acme-Damn Makefile Makefile.man distinfo pkg-descr
pkg-plist
Log:
Add Acme::Damn, required for graphics/gscan2pdf to run. This provides
a way to unbless a blessed perl ob
imp 2010-03-08 22:34:34 UTC
FreeBSD ports repository
Modified files:
devel/p5-Acme-Damn Makefile
Log:
I botched specification of p5-Test-Exception, so tinerbox failed
because p5-Test-Exception was already built and installed
Revision ChangesPath
1.2
imp 2010-03-08 23:57:47 UTC
FreeBSD ports repository
Modified files:
devel/p5-Acme-Damn Makefile
Removed files:
devel/p5-Acme-Damn Makefile.man
Log:
Makefile.man is too small to be needed, move this back to Makefile
Submitted by: danfe@
Revision Changes
imp 2010-03-09 03:52:07 UTC
FreeBSD ports repository
Modified files:
devel/p5-Acme-Damn pkg-plist
Log:
Add missing files from plist.
Revision ChangesPath
1.2 +4 -1 ports/devel/p5-Acme-Damn/pkg-plist
___
cvs-
imp 2010-03-09 14:56:33 UTC
FreeBSD ports repository
Modified files:
devel/p5-Acme-Damn pkg-plist
Log:
Add forgotten entry
Revision ChangesPath
1.3 +2 -1 ports/devel/p5-Acme-Damn/pkg-plist
___
cvs-all@freebs
imp 2010-03-15 17:58:35 UTC
FreeBSD doc repository
Modified files:
en/projects/ideasideas.xml
Log:
Add MIPS super pages
Revision ChangesPath
1.146 +25 -1 www/en/projects/ideas/ideas.xml
___
cvs-all@freebsd.or
imp 2011-07-17 21:51:22 UTC
FreeBSD ports repository
Modified files:
games/seahaven Makefile distinfo
games/seahaven/files patch-configure
Added files:
games/seahaven/files patch-Makefile patch-configure.in
Removed files:
games/seahaven/files patch-auto.C
imp 2008-05-28 14:35:15 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c
Log:
Release the resources for the registers for the TWI device with
SYS_RES_MEMORY to match how we allocate them...
Noticed by: Ian Lepore
Revision ChangesPath
imp 2008-06-01 20:55:38 UTC
FreeBSD src repository
Modified files:
sys/dev/pccard pccard_cis.c
Log:
SVN rev 179483 on 2008-06-01 20:55:34Z by imp
Slight simplification of the power parsing code, as well as using
autoincrement in some places where it makes sense.
imp 2008-06-02 04:50:56 UTC
FreeBSD src repository
Modified files:
usr.sbin/timed/timed timed.c
Log:
SVN rev 179485 on 2008-06-02 04:50:47Z by imp
getopt returns an int, not a char. Make sure that we store the
variable in an int to avoid casting to an unsigned value w
imp 2008-06-03 05:47:42 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs.c
Log:
SVN rev 179507 on 2008-06-03 05:47:28Z by imp
Correct logic error that would prevent cs pccards from working on
systems where the CardBus bridge was connected to a APIC
imp 2008-06-04 06:07:29 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs.c
Log:
SVN rev 179532 on 2008-06-04 06:07:13Z by imp
o Improve the probe code dealing with interrupts.
o When forced to be 10baseT, don't require that the 10baseT interface
imp 2008-06-05 05:51:35 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs.c
Log:
SVN rev 179553 on 2008-06-05 05:51:19Z by imp
Fix the media auto code by breaking it :-). Auto now just means 'use
10BaseT' since it required 10BaseT to have carrier t
imp 2008-06-06 04:56:27 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c
if_csreg.h if_csvar.h
Log:
SVN rev 179591 on 2008-06-06 04:56:27Z by imp
Remove unused fields in softc. If they are ever
imp 2008-06-06 05:02:01 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs_isa.c
Log:
SVN rev 179593 on 2008-06-06 05:02:01Z by imp
cs has detach, remove bogus ifdef.
Remove dedundant initialization of error to 0.
Revision ChangesPath
1.1
imp 2008-06-06 05:02:36 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs_pccard.c
Log:
SVN rev 179594 on 2008-06-06 05:02:36Z by imp
Simplify error checking when reading the function
Revision ChangesPath
1.22 +1 -3 src/sys/d
imp 2008-06-06 05:25:24 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c
if_csvar.h
Log:
SVN rev 179597 on 2008-06-06 05:25:24Z by imp
Minor clean up to shave about 1.5k off the size of the drive
imp 2008-06-06 16:10:10 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs_isa.c if_cs_pccard.c
Log:
SVN rev 179618 on 2008-06-06 16:10:10Z by imp
Forgot to commit these files too :-(
Revision ChangesPath
1.12 +2 -2 src/sys/dev/cs
imp 2008-06-06 17:22:07 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs.c
Log:
SVN rev 179620 on 2008-06-06 17:22:07Z by imp
o Remove unused cs_debug tunable. I think I added it and then nothing with
it. Bad imp. Removing us dips us under 10,
imp 2008-06-06 17:27:19 UTC
FreeBSD src repository
Modified files:
sys/dev/cs if_cs.c
Log:
SVN rev 179621 on 2008-06-06 17:27:19Z by imp
Tweak a comment and a constant to restore old 30ms upper bound.
cs_readreg takes ~2us not ~1us to run.
Revision Chan
imp 2008-06-10 19:31:09 UTC
FreeBSD src repository
Modified files:
sys/dev/usb uplcom.c
Log:
SVN rev 179713 on 2008-06-10 19:31:09Z by imp
Add Belkin F5U257 to the mix.
Submitted by: wilko@
Revision ChangesPath
1.52 +2 -0 src/sys/dev
imp 2008-06-10 19:33:31 UTC
FreeBSD src repository
Modified files:
share/man/man4 uplcom.4
Log:
SVN rev 179714 on 2008-06-10 19:33:31Z by imp
Add Belkin F5U257 to the mix.
Revision ChangesPath
1.17 +2 -0 src/share/man/man4/uplcom.4
___
imp 2008-06-20 16:58:15 UTC
FreeBSD src repository
Modified files:
sys/kern subr_bus.c
sys/sys bus.h
Log:
SVN rev 179893 on 2008-06-20 16:58:15Z by imp
Split out the probing magic of device_probe_and_attach into
device_probe() so that it c
imp 2008-07-06 06:17:39 UTC
FreeBSD src repository
Modified files:
sys/dev/pccard pccarddevs
Log:
SVN rev 180314 on 2008-07-06 06:17:39Z by imp
Merge from NetBSD's pcmciadev file (rev ~1.208 - 1.226) where
appropriate (versions not appropriate to merge omitted):
imp 2008-07-06 06:19:19 UTC
FreeBSD src repository
Modified files:
sys/dev/ed if_ed_pccard.c
Log:
SVN rev 180315 on 2008-07-06 06:19:19Z by imp
Add two corega cards from NetBSD: FETEHR II PCC TXD and LAPCCTXD.
Revision ChangesPath
1.114 +2 -0
imp 2008-07-06 06:24:02 UTC
FreeBSD src repository
Modified files:
share/man/man4 ed.4
Log:
SVN rev 180316 on 2008-07-06 06:24:02Z by imp
Add two corega cards and annotate 8041 V2 chipset.
Revision ChangesPath
1.58 +2 -2 src/share/man/man4/ed.
imp 2008-07-06 21:09:29 UTC
FreeBSD src repository
Added files:
sys/mips/adm5120 adm5120_machdep.c adm5120reg.h admpci.c
console.c files.adm5120 if_admsw.c
if_admswreg.h if_admswvar.h obio.c
obiovar.
401 - 500 of 1433 matches
Mail list logo