Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Call for testing "Attansic/Atheros L1 gigabit ethernet"
On May 7, 5:59pm, Paul Goyette wrote:
} On Wed, 21 Jan 2009, Milos Negovanovic wrote:
}
} >> No, you need more to get the complete driver:
} >>
} >> Copy the files: if_age.c, if_agereg.h and atphy.c
} >>
} >> Apply the diffs:
} >>
} >> cvs rdiff -r1.80 -r1.81 src/sys/dev/mii/miidevs
} >> cvs rdiff -r1.61 -r1.62 src/sys/dev/mii/mii_physubr.c
} >> cvs rdiff -r1.52 -r1.53 src/sys/dev/mii/miivar.h
} >> cvs rdiff -r1.41 -r1.42 src/sys/dev/mii/files.mii
} >> cvs rdiff -r1.310 -r1.312 src/sys/dev/pci/files.pci
} >>
} >> and regenerate miidevs.h and miidevs_data.h
} > What would one do to regenerate these?
}
} Just guessing, but maybe:
}
} # cd src/sys/dev/mii
} # ./devlist2h.awk
And, that would be a bad guess. The answer is:
# cd src/sys/dev/mii
# make -f Makefile.miidevs
As a developer, you really shouldn't be posting random guesses. Note
pcidevs is done the same basic way, i.e.:
# cd src/sys/dev/pci
# make -f Makefile.pcidevs
}-- End of excerpt from Paul Goyette
Home |
Main Index |
Thread Index |
Old Index