OpenGrok
Cross Reference: tlp.c
xref
: /
src
/
sys
/
arch
/
cobalt
/
stand
/
boot
/
tlp.c
Home
|
History
|
Annotate
|
Download
|
only in
boot
History log of
/src/sys/arch/cobalt/stand/boot/tlp.c
Revision
Date
Author
Comments
1.10
24-Jul-2021
andvar
Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889.
Also fixed some additional typos in comments, found on review of same files or typos.
1.9
19-Jan-2010
tsutsui
branches: 1.9.80;
Use -DLIBSA_PRINTF_LONGLONG_SUPPORT -DLIBSA_PRINTF_WIDTH_SUPPORT
in debug printf()s.
1.8
28-Apr-2008
martin
Remove clause 3 and 4 from TNF licenses
1.7
23-Mar-2008
tsutsui
branches: 1.7.2; 1.7.4;
Use macro defined in <machine/cpu.h> for cobalt_id and device addresses etc.
since <machine/leds.h> has been removed.
Also remove redundant address definitions in Makefile and local headers.
Pointed out by dieter roelants.
1.6
16-Mar-2008
tsutsui
Add more wait after sending a setup packet since
21041 on Qube 2700 seems to require more setup time.
1.5
01-Mar-2008
tsutsui
Misc fixes to support 21041 on Qube2700:
- prepare two TX descriptors to avoid race and also use chaind mode
- use a recently added pcicfgread() function to get tulip I/O address
- use cobalt model id to see if we have 21041 or 21143
(XXX maybe it's better to see PCI product ID)
- add code to reset SIA on 21041
- prepare and send filter setup packet on init
- reduce delay in RX polling
- bump version again
Now netboot works fine on Qube 2700 (even without console). Yay.
1.4
01-Mar-2008
tsutsui
Rename some variables to sync with original sandpoint's one.
1.3
31-Oct-2007
tsutsui
branches: 1.3.2; 1.3.4; 1.3.8; 1.3.10; 1.3.12; 1.3.14; 1.3.24; 1.3.26; 1.3.30;
- use chaned mode for RX descs and allocate only one desc per each cacheline
to avoid possible race condition between CPU writeback vs DMA write
- remove unnecessary FS and LS bits from RxD->xd0
(sys/dev/ic/tulipvar.h sets them but maybe they are ignored?)
1.2
30-Oct-2007
tsutsui
Fix my stupid bug in cache flush code and remove one kludge for it.
1.1
30-Oct-2007
tsutsui
Add support for netboot via tlp0 with standalone tlp(4) driver
taken from arch/sandpoint/stand/netboot.
There are still some kludge but it just works on RaQ and RaQ2.
1.3.30.2
02-Jun-2008
mjf
Sync with HEAD.
1.3.30.1
03-Apr-2008
mjf
Sync with HEAD.
1.3.26.1
24-Mar-2008
keiichi
sync with head.
1.3.24.2
06-Jan-2008
wrstuden
Catch up to netbsd-4.0 release.
1.3.24.1
31-Oct-2007
wrstuden
file tlp.c was added on branch wrstuden-fixsa on 2008-01-06 05:00:54 +0000
1.3.14.2
03-Dec-2007
ad
Sync with HEAD.
1.3.14.1
31-Oct-2007
ad
file tlp.c was added on branch vmlocking on 2007-12-03 19:03:11 +0000
1.3.12.4
24-Mar-2008
yamt
sync with head.
1.3.12.3
17-Mar-2008
yamt
sync with head.
1.3.12.2
15-Nov-2007
yamt
sync with head.
1.3.12.1
31-Oct-2007
yamt
file tlp.c was added on branch yamt-lazymbuf on 2007-11-15 11:42:41 +0000
1.3.10.2
13-Nov-2007
bouyer
Sync with HEAD
1.3.10.1
31-Oct-2007
bouyer
file tlp.c was added on branch bouyer-xenamd64 on 2007-11-13 15:58:21 +0000
1.3.8.3
23-Mar-2008
matt
sync with HEAD
1.3.8.2
06-Nov-2007
matt
sync with HEAD
1.3.8.1
31-Oct-2007
matt
file tlp.c was added on branch matt-armv6 on 2007-11-06 23:15:49 +0000
1.3.4.2
04-Nov-2007
pavel
Pull up following revisions (requested by tsutsui in ticket #974):
sys/arch/cobalt/cobalt/autoconf.c: revision 1.25-1.26
sys/arch/cobalt/cobalt/machdep.c: revision 1.89
sys/arch/cobalt/stand/boot/Makefile: revision 1.12
sys/arch/cobalt/stand/boot/boot.c: revision 1.10
sys/arch/cobalt/stand/boot/boot.h: revision 1.6
sys/arch/cobalt/stand/boot/cache.c: revision 1.1-1.2
sys/arch/cobalt/stand/boot/clock.c: revision 1.2
sys/arch/cobalt/stand/boot/conf.c: revision 1.5
sys/arch/cobalt/stand/boot/devopen.c: revision 1.4
sys/arch/cobalt/stand/boot/nif_tlp.c: revision 1.1
sys/arch/cobalt/stand/boot/start.S: revision 1.6
sys/arch/cobalt/stand/boot/tlp.c: revision 1.1-1.3
sys/arch/cobalt/stand/boot/version: revision 1.6
sys/lib/libsa/dev_net.h: revision 1.5
Add an extern decl of try_bootp variable here since MD sources could set it.
In device_register(), check booted devices more properly:
- check "tlp" name on netboot
- use ata channel and drive numbers to check wd unit
Assume netboot if "nfsroot=/path" is specified in bootstring.
Use PCI bus/dev/function numbers rather than device unit
to check first tlp in device_register().
Add support for netboot via tlp0 with standalone tlp(4) driver
taken from arch/sandpoint/stand/netboot.
There are still some kludge but it just works on RaQ and RaQ2.
Fix my stupid bug in cache flush code and remove one kludge for it.
- use chaned mode for RX descs and allocate only one desc per each cacheline
to avoid possible race condition between CPU writeback vs DMA write
- remove unnecessary FS and LS bits from RxD->xd0
(sys/dev/ic/tulipvar.h sets them but maybe they are ignored?)
1.3.4.1
31-Oct-2007
pavel
file tlp.c was added on branch netbsd-4 on 2007-11-04 16:30:55 +0000
1.3.2.2
31-Oct-2007
joerg
Sync with HEAD.
1.3.2.1
31-Oct-2007
joerg
file tlp.c was added on branch jmcneill-pm on 2007-10-31 23:13:58 +0000
1.7.4.2
11-Mar-2010
yamt
sync with head
1.7.4.1
16-May-2008
yamt
sync with head.
1.7.2.1
18-May-2008
yamt
sync with head.
1.9.80.1
01-Aug-2021
thorpej
Sync with HEAD.
Indexes created Mon Oct 13 00:09:54 GMT 2025