History log of /src/sys/arch/alpha/include/tc_machdep.h |
Revision | | Date | Author | Comments |
1.9 |
| 09-Mar-2025 |
thorpej | Re-factor the boot device and consinit routines into common functions per platform type (PCI vs TC), eliminating a bunch of copy-pasta.
|
1.8 |
| 20-Jul-2022 |
thorpej | In the Alpha tc_syncbus(), we need to issue a MB because WMB does not order reads with respect to writes. Remove now-redundant tc_wmb() calls before tc_syncbus().
NFC on MIPS other than removing a redundant wbflush() (tc_wmb() followed by tc_syncbus()).
|
1.7 |
| 22-Jun-2017 |
flxd | spelling (DEC called it "TURBOchannel")
|
1.6 |
| 04-Nov-2013 |
christos | branches: 1.6.6; make volatile variable as __USED()
|
1.5 |
| 06-Feb-2012 |
matt | branches: 1.5.6; 1.5.10; Do a minor cleanup of alpha (this will make applying pullups post branching easier). u_int{8,16,32,64}_t -> uint{*}_t Change all old-style definitions to C89 prototypes. Whitespace cleanup. Constification in db_disasm.c
|
1.4 |
| 01-Jun-2000 |
cgd | branches: 1.4.166; 1.4.170; kill __P in these files. (I had to look at them anyway with an eye for adding some protos... and adding them with __P seems wrong, but mixing __P and not __P in the same file seems wrong too, so...)
|
1.3 |
| 19-Mar-1999 |
cgd | branches: 1.3.8; 1.3.16; move tc/tc_machdep.h to include/tc_machdep.h. (can't do it via repository copy because alpha already had an include/tc_machdep.h in the attic.)
|
1.2 |
| 17-May-1996 |
cgd | moved to ../tc
|
1.1 |
| 20-Dec-1995 |
cgd | portability definitions for machine-independent TC configuration code.
|
1.3.16.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.3.8.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.4.170.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.4.166.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.4.166.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.5.10.1 |
| 18-May-2014 |
rmind | sync with head
|
1.5.6.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.5.6.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.6.6.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|